nxl

Tag documentLayout

Attributes 
NameRequiredTypeDescription
modetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Mode in which layouts must be taken on the document definition, as well as rendered if attribute "documentMode" is not defined.
documentModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Mode in which layouts must be taken on the document definition, if defined (otherwise, will use the "mode" attribute value).
valuetruejavax.el.ValueExpression
(must evaluate to org.nuxeo.ecm.core.api.DocumentModel)
The document for which layouts will be built and rendered.
templatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The template to use for layouts, overriding each of the templates declared in the layouts definitions.
defaultLayoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The default layout to be rendered if no layout is found on the document definition. Available since 5.4.2.
includeAnyModefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean indicating if layouts declared in the 'any' mode on the document definition should be used if no layout is found for the wanted mode. Defaults to true. Available since 5.4.2.

Output generated by Vdldoc View Declaration Language Documentation Generator.