Lists
The routines in this category allow you to create ordered (numbered), unordered (bulleted) and definition lists.
Ordered Lists
| Starts a numbered list. | |
| Ends a numbered list. | |
| Tags a string as a numbered list. | |
| Creates and populates a numbered list. Appends the HTML to the output buffer. | |
| Creates and populates a numbered list. Appends the HTML to a string. | 
Unordered Lists
| Starts a bulleted list. | |
| Ends a bulleted list. | |
| Tags a string as a bulleted list. | |
| Creates and populates a bulleted list. Appends the HTML to the output buffer. | |
| Creates and populates a bulleted list. Appends the HTML to a string. | 
Definition Lists
| Starts a definition list. | |
| Adds a new term and its definition to a previously opened definition list. | |
| Ends a definition list. | |
| Tags a string as a definition in a definition list. | |
| Tags a string as a term in a definition list. | |
| Tags a string as a definition list. | |
| Creates and populates a definition list. Appends the HTML to the output buffer. | |
| Creates and populates a definition list. Appends the HTML to a string. | |
| *RW_START_DEFINITION (Deprecated) | Starts a definition list. | 
| *RW_DEFINITION_ITEM (Deprecated) | Adds a new term and its definition to a previously opened definition list. | 
| *RW_END_DEFINITION (Deprecated) | Ends a definition list. | 
List Items
| Defines the start of a list item. | |
| Defines the end of a list item. | |
| Tags a string as a list item. | 
A leading asterisk indicates that the subroutine was present in RealWeb 2.