Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
string:stream
Streams text in an HTML context.
Syntax
<string:stream [value="input string
]" [variable="variable name"] [ssvariable="session variable name"] [property="property name"] [list="list name"] [column="column name"] [filecolumn="column name"] />Parameters
value
(optional)- Input parameter. String to stream.
variable (optional)
- Name of the Content Server variable.
ssvariable (optional)
- Name of the Content Server session variable.
property (optional)
- Name of the property from the
futuretense.ini
property file.
list (optional)
- Name of a list.
column (optional)
- Name of a field in the list. You must use
column
orfilecolumn
list.
filecolumn (optional)
- Name of a url field in the list, whose file data will be used. You must use
column
orfilecolumn
list.
Description
Use this tag to display text literally as stored in CS database, that is, with no browser interpretation or Content Server evaluation of variable names present in the text. This feature is useful for Edit or Inspect forms. This tag streams character text after HTML-escaping special characters, as well as all characters greater than 127. Any strings that are special to Content Server evaluation engine are not evaluated.
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.