Text and HTML Insertion

The routines in this category allow you to insert text, graphics and formatting elements into your HTML page.

Reality Items

*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.

Text

*RW_PUT

Appends text directly to the output buffer.

RW_PUT_EX

Appends the contents of a string to the specified RealWeb buffer.

Line Breaks

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.

Rules

*RW_RULE

Generates a horizontal rule.

RWA_RULE

Appends a horizontal rule to a string.

Graphics

*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.

Blank Space

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.