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

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Tue Jun 19 10:36:17 EDT 2007


Author: vkorluzhenko
Date: 2007-06-19 10:36:17 -0400 (Tue, 19 Jun 2007)
New Revision: 268

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_for_attribute.ent
Log:
fixed spelling errors

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent	2007-06-16 11:12:56 UTC (rev 267)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent	2007-06-19 14:36:17 UTC (rev 268)
@@ -13,7 +13,7 @@
     <property>
         <name>acceptedTypes</name>
         <classname>java.lang.Object</classname>
-        <description><![CDATA[List of drag types to be processd by the current drop zone]]></description>
+        <description><![CDATA[List of drag types to be processed by the current drop zone]]></description>
         <!-- 			<defaultvalue><![CDATA[]]></defaultvalue>  -->
     </property>
     <property >
@@ -34,15 +34,15 @@
     <property>
         <name>ondropend</name>
         <classname>java.lang.String</classname>
-        <description>A Javascript handler for event fired on a drop even the drop for a given type is not available</description>
+        <description>A JavaScript handler for event fired on a drop even the drop for a given type is not available</description>
     </property>    
-		<property>
-			<name>dropListener</name>
-			<classname>javax.faces.el.MethodBinding</classname>
-			<description><![CDATA[
-				MethodBinding representing an action listener method that will be notified afrer drop operation
-				]]>
-			</description>
-			<methodargs>org.ajax4jsf.dnd.event.DropEvent.class</methodargs>
-		</property>
+		<property>
+			<name>dropListener</name>
+			<classname>javax.faces.el.MethodBinding</classname>
+			<description><![CDATA[
+				MethodBinding representing an action listener method that will be notified afrer drop operation
+				]]>
+			</description>
+			<methodargs>org.ajax4jsf.dnd.event.DropEvent.class</methodargs>
+		</property>
 </properties>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_attributes.ent	2007-06-16 11:12:56 UTC (rev 267)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_attributes.ent	2007-06-19 14:36:17 UTC (rev 268)
@@ -3,7 +3,7 @@
     <property>
         <name>columnClasses</name>
         <classname>java.lang.String</classname>
-        <description> Comma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored</description>
+        <description> Comma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the position in the list after the value of the "columns" attribute are ignored</description>
     </property>
     <property>
         <name>footerClass</name>
@@ -18,7 +18,7 @@
     <property>
         <name>rowClasses</name>
         <classname>java.lang.String</classname>
-        <description> A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again</description>
+        <description> A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. The styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again</description>
     </property>
     
 </properties>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_for_attribute.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_for_attribute.ent	2007-06-16 11:12:56 UTC (rev 267)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_for_attribute.ent	2007-06-19 14:36:17 UTC (rev 268)
@@ -5,7 +5,7 @@
         <classname>java.lang.String</classname>
         <description><![CDATA[
 		id (or full path of id's) of target components, for which this element must provide support.
-		If a target component inside of the same <code>NamingContainer</code> (UIForm, UIData in base implementstions), can be simple value of the "id" attribute.
+		If a target component inside of the same <code>NamingContainer</code> (UIForm, UIData in base implementations), can be simple value of the "id" attribute.
 		For other cases must include id's of <code>NamingContainer</code> components, separated by ':'. For search from the root of components, must be started with ':'.
 		]]>
         </description>




More information about the ajax4jsf-svn-commits mailing list