Namespace: xmlns:util="http://code.google.com/p/ada-asf/util"

Compliance: ASF extension

Tag: util:escape

Render the inner component children and escape the resulting HTML text using Javascript or XML escape rules. Using the util:escape component is useful when rendering a Javascript extract, a Json response or some XML content.

Attributes

  • rendered Boolean Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
  • mode String When set to xml, use the XML escape rules to escape the content. Otherwise, use Javascript escape rules.

Example

XHTML

Generated HTML