tld-fragments.phtml-fragment.xml Maven / Gradle / Ivy
<fragment> <tag> <description>Renders a header</description> <display-name>Html</display-name> <name>header</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.HeaderTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:header> Header </html:header> </example> </tag> <tag> <description>Renders an aside</description> <display-name>Html</display-name> <name>aside</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.AsideTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:aside> Aside </html:aside> </example> </tag> <tag> <description>Renders a strong</description> <display-name>Html</display-name> <name>strong</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.StrongTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:strong> Strong text </html:strong> </example> </tag> <tag> <description>Renders a main</description> <display-name>Html</display-name> <name>main</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.MainTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:main> Main </html:main> </example> </tag> <tag> <description>Renders a footer</description> <display-name>Html</display-name> <name>footer</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.FooterTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:footer> Main </html:footer> </example> </tag> <tag> <description>Renders a span</description> <display-name>Html</display-name> <name>span</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.SpanTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the component id</description> <name>id</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>It indicates whether the component should be rendered . Default : true</description> <name>rendered</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.Boolean</type> </attribute> <attribute> <description>Indicates the label of the span</description> <name>label</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label key (i18n) of the span</description> <name>labelKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:h1> H1 header </html:h1> </example> </tag> <tag> <description>Renders a label</description> <display-name>Html</display-name> <name>label</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.LabelTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the component id</description> <name>id</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label of the label</description> <name>label</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label key (i18n) of the label</description> <name>labelKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:h1> H1 header </html:h1> </example> </tag> <tag> <description>Renders a h1</description> <display-name>Html</display-name> <name>h1</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.H1Tag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label of the h1</description> <name>label</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label key (i18n) of the h1</description> <name>labelKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:h1> H1 header </html:h1> </example> </tag> <tag> <description>Renders a h2</description> <display-name>Html</display-name> <name>h2</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.H2Tag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label of the h2</description> <name>label</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label key (i18n) of the h2</description> <name>labelKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:h2> H2 header </html:h2> </example> </tag> <tag> <description>Renders a h3</description> <display-name>Html</display-name> <name>h3</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.H3Tag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label of the h3</description> <name>label</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label key (i18n) of the h3</description> <name>labelKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:h3> H3 header </html:h3> </example> </tag> <tag> <description>Renders a h4</description> <display-name>Html</display-name> <name>h4</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.H4Tag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label of the h4</description> <name>label</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label key (i18n) of the h4</description> <name>labelKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:h4> H4 header </html:h4> </example> </tag> <tag> <description>Renders a horizontal line</description> <display-name>Html</display-name> <name>hr</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.HrTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a css class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:hr/> </example> </tag> <tag> <description>Renders a small</description> <display-name>Html</display-name> <name>small</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.SmallTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates a CSS class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:small> small text </html:small> </example> </tag> <tag> <description>Renders a paragraf</description> <display-name>Html</display-name> <name>p</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.PTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>It indicates whether the component should be rendered. Default : true</description> <name>rendered</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.Boolean</type> </attribute> <example> <html:p> Paragraph </html:p> </example> </tag> <tag> <description>Renders a source block of a particular language without executing it</description> <display-name>Html</display-name> <name>code</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.CodeTag</tag-class> <body-content>scriptless</body-content> <example> <html:code> private class Java { private String id; private String name; } </html:code> </example> </tag> <tag> <description>Renders a link</description> <display-name>Html</display-name> <name>link</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.LinkTag</tag-class> <body-content>scriptless</body-content> <dynamic-attributes>true</dynamic-attributes> <attribute> <description>Indicates the id for the component</description> <name>id</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>It indicates whether the component should be disabled. Default: false</description> <name>disabled</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.Boolean</type> </attribute> <attribute> <description>Indicates the url component</description> <name>url</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>It indicates a CSS class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label component</description> <name>label</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the label key (i18n)</description> <name>labelKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>It indicates whether the component should be rendered</description> <name>rendered</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.Boolean</type> </attribute> <attribute> <description>Indicates the component target. Default: _self. Options: _blank, _newtab, nomedoiframe</description> <name>target</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:link label="My link" url="#"/> </example> </tag> <tag> <description>Renders an iframe</description> <display-name>Misc</display-name> <name>iframe</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.phtml.IframeTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>Indicates the name of the iframe</description> <name>name</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>It indicates a CSS class to the component</description> <name>cssClass</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>It indicates whether the iframe should auto height itself when expanded. Default: false</description> <name>autoHeight</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.Boolean</type> </attribute> <attribute> <description>Indicates the id of the iframe</description> <name>id</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the URL where the iframe</description> <name>url</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the title of iframe</description> <name>title</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the title key (i18n) of iframe</description> <name>titleKey</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <example> <html:iframe url="/app/welcome" name="content"/> </example> </tag> </fragment>