(type, name, value)
| 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 |