Home > Contents > Index >
STRING.ENCODE
Encodes text for later use in an HTML context.
Syntax
<STRING.ENCODEVARNAME="output variable name" [VALUE="inputstring
]" [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 the variable to create with the encoded string.
VALUE
(optional)- Input parameter. The string to encode.
VARIABLE (optional)
- Name of the Sites variable.
SSVARIABLE (optional)
- Name of the Sites session variable.
PROPERTY (optional)
- Name of the property from the
futuretense.ini
property file.
LIST (optional)
- Name of the list.
COLUMN (optional)
- Name of a field in the list. You must use
COLUMN
orFILECOLUMN
when you useLIST
.
FILECOLUMN (optional)
- Name of a url field in the list, whose file data will be used. You must use
COLUMN
orFILECOLUMN
when you useLIST
.
Description
Use this tag to encode text literally as stored in Sites database, that is, with no browser interpretation or Sites evaluation of variable names that are present in the text. This feature is useful for Edit or Inspect forms. This tag encodes character text by HTML-escaping special characters, as well as all characters greater than 127. Any strings that are special to Sites evaluation engine (for example,
Variable.id
) are not evaluated.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.