org.apache.myfaces.custom.date.HtmlInputDate.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomahawk Show documentation
Show all versions of tomahawk Show documentation
JSF components and utilities that can be used with any JSF implementation.
This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there
is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to
offer some additional benefits.
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE component PUBLIC "-//MyFaces//DTD MyFaces component def 1.0//EN" "http://myfaces.apache.org/dtd/Component.dtd"> <component> <component-class>org.apache.myfaces.custom.date.HtmlInputDate</component-class> <base-class>javax.faces.component.UIInput</base-class> <component-type>org.apache.myfaces.HtmlInputDate</component-type> <component-family>javax.faces.Input</component-family> <renderer-type>org.apache.myfaces.Date</renderer-type> <field> <name>type</name> <type>java.lang.String</type> </field> <field> <name>timeZone</name> <type>java.lang.String</type> </field> <field> <name>disabled</name> <type>java.lang.String</type> </field> </component>