tld-fragments.picker-fragment.xml Maven / Gradle / Ivy
<fragment> <tag> <description>Renders a datePicker for a input</description> <display-name>Picker</display-name> <name>datePicker</name> <tag-class>com.jslsolucoes.tagria.tag.html.v4.tag.picker.DatePickerTag</tag-class> <body-content>scriptless</body-content> <attribute> <description>Indicates the component that triggers the date picker</description> <name>attachTo</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the component selector that triggers the date picker</description> <name>attachToSelector</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.String</type> </attribute> <attribute> <description>Indicates the minimum day for date choice</description> <name>min</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.Integer</type> </attribute> <attribute> <description>Indicates the maximum day for date choice</description> <name>max</name> <rtexprvalue>true</rtexprvalue> <type>java.lang.Integer</type> </attribute> <example> <html:input name="input1" placeHolder="Date birth" /> <html:datePicker attachTo="input1" min="0" max="3"/> </example> </tag> </fragment>