Text and HTML Insertion
The routines in this category allow you to insert text, graphics and formatting elements into your HTML page.
Reality Items
|
Insert the contents of an item into the current HTML document. |
|
|
Append the contents of an item to a string. |
|
|
Insert the contents of an item into the current HTML document, converting tokens to data from a dynamic array. |
|
|
Append the contents of an item to a string, converting tokens to data from a dynamic array. |
Text
|
Appends text directly to the output buffer. |
|
|
Appends the contents of a string to the specified RealWeb buffer. |
Line Breaks
|
Forces a new line in the HTML document. |
|
|
Forces a specified number of line breaks. |
|
|
Appends a specified number of line breaks to a string. |
Rules
|
Generates a horizontal rule. |
|
|
Appends a horizontal rule to a string. |
Graphics
|
Specifies a graphic to be displayed in the browser window as part of the current HTML page. |
|
|
Appends a graphic to a string. |
Blank Space
|
Creates a rectangular block of white space in an HTML document. |
|
|
Appends a rectangular block of white space to a string. |
|
|
Creates a horizontal space in an HTML document. |
|
|
Appends a horizontal space to a string. |
|
|
Creates a vertical space in an HTML document. |
|
|
Appends a vertical space to a string. |
A leading asterisk indicates that the subroutine was present in RealWeb 2.