Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
string:encode
Encodes text for later use in an HTML context.
Syntax
<string:encode varname="output variable name" [value="input string
]" [variable="variable name"] [ssvariable="session variable name"] [property="property name"] [list="list name"] [column="column name"] [filecolumn="column name"] />Parameters
varname
(required)- Input parameter. Name of variable to create containing the encoded string.
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 encode 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 encodes 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.