META-INF.semanticcms-section.tld Maven / Gradle / Ivy
Show all versions of semanticcms-section-taglib Show documentation
@{description.html}
]]>
@{project.name}
@{parsedVersion.majorVersion}.@{parsedVersion.minorVersion}.@{parsedVersion.incrementalVersion}
section
@{project.url}
Creates an <aside> element
and related <h2>, <h3>, ..., <h6> element based on nesting level.
The page title is typically incorporated in the <h1> by the view.
Must be nested inside a <core:page>
to provide page structure information for table of contents generation.
]]>
aside
com.semanticcms.section.taglib.AsideTag
scriptless
The id used in URL anchors.
If not provided, is generated from the label.
Must be unique per page.
Ids generated from labels will be unique, but may change as page structure changes.
]]>
id
false
java.lang.String
The label displayed.
This value is also used in table of contents entries.
]]>
label
true
java.lang.String
true
Creates a <nav> element
and related <h2>, <h3>, ..., <h6> element based on nesting level.
The page title is typically incorporated in the <h1> by the view.
Must be nested inside a <core:page>
to provide page structure information for table of contents generation.
]]>
nav
com.semanticcms.section.taglib.NavTag
scriptless
The id used in URL anchors.
If not provided, is generated from the label.
Must be unique per page.
Ids generated from labels will be unique, but may change as page structure changes.
]]>
id
false
java.lang.String
The label displayed.
This value is also used in table of contents entries.
]]>
label
true
java.lang.String
true
Creates a <section> element
and related <h2>, <h3>, ..., <h6> element based on nesting level.
The page title is typically incorporated in the <h1> by the view.
Must be nested inside a <core:page>
to provide page structure information for table of contents generation.
]]>
section
com.semanticcms.section.taglib.SectionTag
scriptless
The id used in URL anchors.
If not provided, is generated from the label.
Must be unique per page.
Ids generated from labels will be unique, but may change as page structure changes.
]]>
id
false
java.lang.String
The label displayed.
This value is also used in table of contents entries.
]]>
label
true
java.lang.String
true