SteelBlue Tag Reference Index

Please see the introduction of the SteelBlue Tag Reference for a description of the tag reference format.

TagSections AvailableDescription
A
HTMLCreates a standard A tag with string substitution 
ABORT
ALLAborts the currently executing section. 
ACCUMULATE
ALLAdds values to an array from the first column of a datasource. 
ASSIGN
ALLAssigns data to a variable. 
CACHE
HTMLCaches SteelBlue output to a file for faster future retrieval 
CLEAR
ALLClears out an array or namespace from memory and the Swap. 
COMMENT
ALLAllows a comment that does not go into HTML stream 
CONTENT
HTML (MIME)Creates alternative MIME type files 
COPY
ALLCopies an array or namespace. 
DBCONNECT
ALLCreates a new connection to a database. 
DECLARE
ALLDeclares a variable in the current scope. 
DEFFUN
ALLCreates a new function which can be called from Eval blocks. 
EMAIL
ALLSends e-mail using the sendmail program. 
ERROR
CHECK, ACTIONCauses the previous HTML page to be redisplayed with the given error message. 
EVAL
ALLAllows a large block of Eval code to be executed. 
FRAME
HTMLCreates a frame tag for either a standard URL or a SteelBlue page. 
IF
ALLAllows conditional execution of SteelBlue code. 
IMG
HTMLCreates a standard IMG tag with string substitution 
INCLUDE
ALLIncludes SteelBlue code from a separate file. 
INPUT
HTMLCreates a form element and automatic server and client side type checking. 
LOAD
ALLRetrieves previously saved data from the Swap into a namespace or an array. 
LOG
ALLLogs a string into a text file on the server. 
LOGOUT
ALLLogs the user out by invalidating the ticket. 
LOOP
ALLIterates over multiple rows of data. 
OPTION
HTMLCreates a standard OPTION tag with string substitution 
REDIRECT
CHECK, ACTIONChanges the destination SteelBlue page. 
REPLACE
HTMLEvaluates a string either through variable substitution or Eval interpretation and prints the result. 
SAVE
ALLStores a namespace or an array into the Swap. 
SBFORM
ALLCreates a form that submits to another SteelBlue page. 
SBREF
HTMLCreates a link to another SteelBlue page. 
SBSELECT
HTMLCreates a single selection or multi-selection list from a datasource 
SHOWERRORS
HTMLFormats and displays error messages  
SQL
ALLExecutes an SQL statement and stores the first row (if any) into the given namespace. 
TEXTAREA
HTMLCreates a textarea input box and automatic server and client side length checking