Examples from the HTML classes
The following examples show you some of the ways that you can use the HTML classes:
Example: Using the HTML form classes
Form input class examples:
Example: Creating a ButtonFormInput object
Example: Creating a FileFormInput object
Example: Creating a HiddenFormInput object
Example: Creating an ImageFormInput object
Example: Creating a ResetFormInput object
Example: Creating a SubmitFormInput object
Example: Creating a TextFormInput object
Example: Creating a PasswordFormInput object
Example: Creating a RadioFormInput object
Example: Creating a CheckboxFormInput object
Example: Using the HTMLText class
Example: Using the HTMLHyperlink class
Example: Using the HTMLTree class
Layout form classes:
Example: Using the GridLayoutFormPanel class
Example: Using the LineLayoutFormPanel class
Example: Using the TextAreaFormElement class
Example: Using the LabelFormOutput class
Example: Using the SelectFormElement class
Example: Using the SelectOption class
Example: Using the RadioFormInputGroup class
Example: Using the RadioFormInput class
Example: Using the HTMLTable classes
Example: Using the HTMLTableCell class
Example: Using the HTMLTableRow class
Example: Using the HTMLTableHeader class
Example: Using the HTMLTableCaption class
You can also use the HTML and
servlet
classes together, like in this
example
.