| Tag | Sections Available | Description |
A
| HTML | Creates a standard A tag with string substitution |
ABORT
| ALL | Aborts the currently executing section. |
ACCUMULATE
| ALL | Adds values to an array from the first column of a datasource. |
ASSIGN
| ALL | Assigns data to a variable. |
CACHE
| HTML | Caches SteelBlue output to a file for faster future retrieval |
CLEAR
| ALL | Clears out an array or namespace from memory and the Swap. |
COMMENT
| ALL | Allows a comment that does not go into HTML stream |
CONTENT
| HTML (MIME) | Creates alternative MIME type files |
COPY
| ALL | Copies an array or namespace. |
DBCONNECT
| ALL | Creates a new connection to a database. |
DECLARE
| ALL | Declares a variable in the current scope. |
DEFFUN
| ALL | Creates a new function which can be called from Eval blocks. |
EMAIL
| ALL | Sends e-mail using the sendmail program. |
ERROR
| CHECK, ACTION | Causes the previous HTML page to be redisplayed with the given error message. |
EVAL
| ALL | Allows a large block of Eval code to be executed. |
FRAME
| HTML | Creates a frame tag for either a standard URL or a SteelBlue page. |
IF
| ALL | Allows conditional execution of SteelBlue code. |
IMG
| HTML | Creates a standard IMG tag with string substitution |
INCLUDE
| ALL | Includes SteelBlue code from a separate file. |
INPUT
| HTML | Creates a form element and automatic server and client side type checking. |
LOAD
| ALL | Retrieves previously saved data from the Swap into a namespace or an array. |
LOG
| ALL | Logs a string into a text file on the server. |
LOGOUT
| ALL | Logs the user out by invalidating the ticket. |
LOOP
| ALL | Iterates over multiple rows of data. |
OPTION
| HTML | Creates a standard OPTION tag with string substitution |
REDIRECT
| CHECK, ACTION | Changes the destination SteelBlue page. |
REPLACE
| HTML | Evaluates a string either through variable substitution or Eval interpretation and prints the result. |
SAVE
| ALL | Stores a namespace or an array into the Swap. |
SBFORM
| ALL | Creates a form that submits to another SteelBlue page. |
SBREF
| HTML | Creates a link to another SteelBlue page. |
SBSELECT
| HTML | Creates a single selection or multi-selection list from a datasource |
SHOWERRORS
| HTML | Formats and displays error messages |
SQL
| ALL | Executes an SQL statement and stores the first row (if any) into the given namespace. |
TEXTAREA
| HTML | Creates a textarea input box and automatic server and client side length checking |