Forms
The routines in this category allow you to construct forms into which your users can enter information and make selections.
Form Definition
Starts the definition of a form. |
|
Tags the contents of a string as a form. |
|
*RW_START_FORM (Deprecated) |
Starts the definition of a form. |
Ends an HTML form. |
Form Elements
Defines a push button on a form. |
|
Appends a push button to a string. |
|
*RW_BUTTON_CLICK (Deprecated) |
Defines a push button on a form. |
Defines a checkbox on a form. |
|
Appends a checkbox to a string. |
|
Creates a text input field for a form. |
|
Appends a text input field to a string. |
|
*RW_EDITBOX (Deprecated) |
Creates a text input field for a form. |
Creates a hidden field on a form. |
|
Appends a hidden field to a string. |
|
Defines an image button on a form. |
|
Appends an image button to a string. |
|
Tags a string as a labelled item. |
|
Generates a pull-down menu of choices. |
|
Appends a pull-down menu of choices to a string. |
|
*RW_LIST (Deprecated) |
Generates a pull-down menu of choices in an HTML form. |
Defines a radio button on a form. |
|
Appends a radio button to a string. |
|
Defines a reset button on a form. |
|
Appends a reset button to a string. |
|
Defines a form's submit button. |
|
Appends a submit button to a string. |
|
*RW_SUBMIT (Deprecated) |
Defines a form's submit button. |
Defines a multi-line text control on a form. |
|
Appends a multi-line text control to a string. |
Grouping
Start a fieldset for a collection of controls on a form. |
|
Ends a fieldset. |
|
Tags a string as a fieldset. |
|
Tags a string as a legend for a fieldset. |
A leading asterisk indicates that the subroutine was present in RealWeb 2.