Author: smukhina
Date: 2009-03-18 13:14:38 -0400 (Wed, 18 Mar 2009)
New Revision: 13009
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
https://jira.jboss.org/jira/browse/RF-6531 - description of tabindex attribute is added
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2009-03-18 17:04:23 UTC (rev
13008)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2009-03-18 17:14:38 UTC (rev
13009)
@@ -623,6 +623,7 @@
</property>
<property>
<name>tabindex</name>
+ <description>This attribute specifies the position of the current element in the
tabbing order for the current document. This value must be a number between 0 and 32767.
User agents should ignore leading zeros</description>
<classname>java.lang.String</classname>
</property>
</component>