All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.semanticcms-section.tld Maven / Gradle / Ivy

There is a newer version: 1.10.0
Show newest version



	
	
	@{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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy