Creates a HTML table using the specified classname.
Holds the DOM node that represents the tbody (table body). New rows can be added to this object using DOM API.
Holds the DOM node that represents the table.
Helper method to add an OK and Cancel button using the respective functions.
Adds a checkbox for the given name and value and returns the textfield.
Adds a combo for the given name and returns the combo.
Adds a new row with the name and the input field in two columns and returns the given input.
Adds an option for the given label to the specified combo.
Adds an input for the given name, type and value and returns it.
Adds a textarea for the given name and value and returns the textarea.
Returns the table that contains this form.
Generated using TypeDoc
A simple class for creating HTML forms.