content
Tag declareContainer
Declares a container. Jahia allows fields to be grouped into a logical entity called a container. A container may include any number of fields, as well as sub container lists. Basically, it is just a holder for a list of sub fields and container lists. The grouping of fields in containers also defines the ordering (or ranking) of the fields. When the fields of a container are displayed, this ordering determines the order in which they are displayed. Containers are therefore a way to define structured grouping of fields, as well as being entries in container lists. Example:
<content:declareContainerList name='leftMenuContainerList' title='Left Menu'>
<content:declareContainer>
<content:declareField name='leftLink' title='Left Link' type='Page'/>
</content:declareContainer>
</content:declareContainerList>
This statement declares a container list that contains a container which itself includes a page field.
| Tag Information |
| Tag Class | org.jahia.taglibs.declarations.DeclareContainerTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes |
No Attributes Defined. |
| 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.