OpenCms JSP standard taglib
Tag elementsetting


Provides access to the settings of an ADE container element.

The tag is replaced with the value of the requested setting.

Useful, e.g., to adjust formatters to element settings.


Tag Information
Tag Classorg.opencms.jsp.CmsJspTagElementSetting
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
nametruetruejava.lang.StringName of the setting to read.
escapeHtmlfalsetruejava.lang.StringThis attribute allows you to escape HTML code in the returned value.
The following values are supported:

false (default)
HTML is not escaped.
true
HTML is escaped.
defaultfalsetruejava.lang.StringThe returned default value, if the setting is not available for the current element.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.