Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
Forms (RealWeb) (routines.htm)
The routines in this category allow you to construct forms into which your users can enter information and make selections.
RW_START_HTML_FORM | Starts the definition of a form. |
RWS_FORM | Tags the contents of a string as a form. |
*RW_START_FORM (Deprecated) | Starts the definition of a form. |
*RW_END_FORM | Ends an HTML form. |
RW_BUTTON | Defines a push button on a form. |
RWA_BUTTON | Appends a push button to a string. |
*RW_BUTTON_CLICK (Deprecated) | Defines a push button on a form. |
RW_CHECKBOX | Defines a checkbox on a form. |
RWA_CHECKBOX | Appends a checkbox to a string. |
RW_EDIT_BOX | Creates a text input field for a form. |
RWA_EDIT_BOX | Appends a text input field to a string. |
*RW_EDITBOX (Deprecated) | Creates a text input field for a form. |
RW_HIDDEN | Creates a hidden field on a form. |
RWA_HIDDEN | Appends a hidden field to a string. |
RW_IMAGE_BUTTON | Defines an image button on a form. |
RWA_IMAGE_BUTTON | Appends an image button to a string. |
RWS_LABEL | Tags a string as a labelled item. |
RW_SELECT_LIST | Generates a pull-down menu of choices. |
RWA_SELECT_LIST | Appends a pull-down menu of choices to a string. |
*RW_LIST (Deprecated) | Generates a pull-down menu of choices in an HTML form. |
RW_RADIO | Defines a radio button on a form. |
RWA_RADIO | Appends a radio button to a string. |
RW_RESET | Defines a reset button on a form. |
RWA_RESET | Appends a reset button to a string. |
RW_SUBMIT_BUTTON | Defines a form's submit button. |
RWA_SUBMIT_BUTTON | Appends a submit button to a string. |
*RW_SUBMIT (Deprecated) | Defines a form's submit button. |
RW_TEXT_AREA | Defines a multi-line text control on a form. |
RWA_TEXT_AREA | Appends a multi-line text control to a string. |
RW_START_FIELDSET | Start a fieldset for a collection of controls on a form. |
RW_END_FIELDSET | Ends a fieldset. |
RWS_FIELDSET | Tags a string as a fieldset. |
RWS_LEGEND | Tags a string as a legend for a fieldset. |
A leading asterisk indicates that the subroutine was present in RealWeb 2.