hst-core-tags
Tag setWrapperElement


A HstComponent can configure a wrapper elements to wrap the rendered content. When the rendered content should be accessed via DOM, the wrapper element could be used. If the view page uses this tag to wrap the rendered content, then the container will wrap the rendered content by the wrapper element.

Example:
<hst:setWrapperElement> <span class="wrapper"></span> </hst:setWrapperElement>


Tag Information
Tag Classorg.hippoecm.hst.tag.SetWrapperElementTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
elementfalsetrueorg.w3c.dom.ElementFor more optimized way to create and use DOM element, this tag supports setting a DOM element by element attribute. If this attribute is set, then this tag will not try to parse the body content to create a DOM element. Instead, it will use the passed DOM element by this attribute.

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.