Tag reference sheet
Tag library reference for the following tag libraries:
magnolia-module-templating-components - version 4.4.6
Magnolia is an open-source enterprise class Content Management System developed by Magnolia International Ltd., based on the standard API for Java Content Repositories (JCR).
Namespace definition: xmlns:ui="http://magnolia-cms.com/taglib/templating-components"
Tags
- edit Jsp tag which renders an edit bar UI component
- new Jsp tag which renders a new bar UI component
- page Jsp tag which renders a page edit bar UI component
- singleton Jsp tag which renders a singleton paragraph bar UI component
Required attributes are marked with a*
<ui:edit>
Jsp tag which renders an edit bar UI component.
Can contain:empty
Attributes
Name | Description | Type |
---|
content | * | info.magnolia.cms.core.Content |
delete | * | boolean |
dialog | * | String |
editLabel | * | String |
move | * | boolean |
<ui:new>
Jsp tag which renders a new bar UI component.
Can contain:empty
Attributes
Name | Description | Type |
---|
container* | * | String |
newLabel | * | String |
paragraphs | * | String |
<ui:page>
Jsp tag which renders a page edit bar UI component.
Can contain:empty
Attributes
Name | Description | Type |
---|
dialog | * | String |
editLabel | * | String |
<ui:singleton>
Jsp tag which renders a singleton paragraph bar UI component.
Can contain:scriptless
Attributes
Name | Description | Type |
---|
content | * | String |
enableLabel | * | String |
paragraphs | * | String |