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
Text and HTML Insertion (RealWeb) (routines.htm)
The routines in this category allow you to insert text, graphics and formatting elements into your HTML page.
*RW_INSERT_ITEM | Insert the contents of an item into the current HTML document. |
RWA_INSERT_ITEM | Append the contents of an item to a string. |
RW_INSERT_CONV_ITEM | Insert the contents of an item into the current HTML document, converting tokens to data from a dynamic array. |
RWA_INSERT_CONV_ITEM | Append the contents of an item to a string, converting tokens to data from a dynamic array. |
*RW_PUT | Appends text directly to the output buffer. |
RW_PUT_EX | Appends the contents of a string to the specified RealWeb buffer. |
RW_NEWLINE | Forces a new line in the HTML document |
RW_NEWLINES | Forces a specified number of line breaks |
RWA_NEWLINES | Appends a specified number of line breaks to a string. |
*RW_RULE | Generates a horizontal rule. |
RWA_RULE | Appends a horizontal rule to a string. |
*RW_IMAGE | Specifies a graphic to be displayed in the browser window as part of the current HTML page. |
RWA_IMAGE | Appends a graphic to a string. |
RW_BSPACE | Creates a rectangular block of white space in an HTML document. |
RWA_BSPACE | Appends a rectangular block of white space to a string. |
RW_HSPACE | Creates a horizontal space in an HTML document. |
RWA_HSPACE | Appends a horizontal space to a string. |
RW_VSPACE | Creates a vertical space in an HTML document. |
RWA_VSPACE | Appends a vertical space to a string. |
A leading asterisk indicates that the subroutine was present in RealWeb 2.