MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / createInput

Method createInput

html/js/menu_ts.js:643–649  ·  view source on GitHub ↗
(type, name, value)

Source from the content-addressed store, hash-verified

641 this.menuID = menuID;
642 }
643 createInput(type, name, value) {
644 var input = document.createElement("INPUT");
645 input.setAttribute("type", type);
646 input.setAttribute("name", name);
647 input.setAttribute("value", value);
648 return input;
649 }
650 show() {
651 COLUMN_TO_SORT = -1;
652 // Alten Inhalt löschen

Callers 1

showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected