[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r171 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Fri May 4 07:58:21 EDT 2007


Author: vkukharchuk
Date: 2007-05-04 07:58:21 -0400 (Fri, 04 May 2007)
New Revision: 171

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_universal_attributes.ent
Log:


Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_universal_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_universal_attributes.ent	2007-05-04 02:25:05 UTC (rev 170)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_universal_attributes.ent	2007-05-04 11:58:21 UTC (rev 171)
@@ -3,7 +3,11 @@
     <property>
         <name>dir</name>
         <classname>java.lang.String</classname>
-        <description>Alternate textual description of the element rendered by this component</description>
+        <description>
+			Direction indication for text that does not inherit
+			directionality. Valid values are "LTR" (left-to-right)
+			and "RTL" (right-to-left)
+		</description>
     </property>
     <property>
         <name>lang</name>




More information about the ajax4jsf-svn-commits mailing list