[richfaces-svn-commits] JBoss Rich Faces SVN: r2481 - trunk/ui/calendar/src/main/config/component.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 24 10:53:16 EDT 2007
Author: afedosik
Date: 2007-08-24 10:53:16 -0400 (Fri, 24 Aug 2007)
New Revision: 2481
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
http://jira.jboss.com/jira/browse/RF-696 Calendar attributes table
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2007-08-24 14:52:44 UTC (rev 2480)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2007-08-24 14:53:16 UTC (rev 2481)
@@ -190,7 +190,13 @@
<name>inputClass</name>
<classname>java.lang.String</classname>
<description></description>
- </property>
+ </property>
+ <property>
+ <name>zindex</name>
+ <classname>int</classname>
+ <description>Attribute is similar to the standard HTML attribute and can specify window placement relative to the content</description>
+ <defaultvalue>3</defaultvalue>
+ </property>
</component>
More information about the richfaces-svn-commits
mailing list