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

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 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 a list.

column (optional)
Name of a field in the list. You must use column or filecolumnlist.

filecolumn (optional)
Name of a url field in the list, whose file data will be used. You must use column or filecolumnlist.

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 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 Sites evaluation engine are not evaluated.

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.