[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r235 - 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 5 09:52:44 EDT 2007


Author: vkukharchuk
Date: 2007-06-05 09:52:44 -0400 (Tue, 05 Jun 2007)
New Revision: 235

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_dnd_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/extended_command_link_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_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/standard_command_button_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_command_link_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_data_table_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_output_label_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent
Log:


Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -15,7 +15,7 @@
     <property >
         <name>ajaxSingle</name>
         <classname>boolean</classname>
-        <description>if true , submits ONLY one field/link, instead of all form controls.</description>
+        <description>if true, submits ONLY one field/link, instead of all form controls</description>
     </property>
     
     <property >
@@ -27,7 +27,7 @@
     <property >
         <name>limitToList</name>
         <classname>boolean</classname>
-        <description>If "true", updates on client side ONLY elements from this 'reRender' property. If "false" (default) updates all rendered by ajax region components.</description>
+        <description>If "true", updates on client side ONLY elements from this 'reRender' property. If "false" (default) updates all rendered by ajax region components</description>
     </property>
     
     <property >
@@ -39,19 +39,19 @@
     <property >
         <name>status</name>
         <classname>java.lang.String</classname>
-        <description>ID (in format of call UIComponent.findComponent()) of Request status component.</description>
+        <description>ID (in format of call UIComponent.findComponent()) of Request status component</description>
     </property>
     
     <property >
         <name>eventsQueue</name>
         <classname>java.lang.String</classname>
-        <description>Name of requests queue to avoid send next request before complete other from same event. Can be used to reduce number of requests of frequently events (key press, mouse move etc.). </description>
+        <description>Name of requests queue to avoid send next request before complete other from same event. Can be used to reduce number of requests of frequently events (key press, mouse move etc.)</description>
     </property>
     
     <property >
         <name>requestDelay</name>
         <classname>int</classname>
-        <description> Delay (in ms.) for send ajax request on JavaScript event. In conjunction with events queue can reduce number of requests on keyboard or mouse move events. </description>
+        <description> Delay (in ms.) for send ajax request on JavaScript event. In conjunction with events queue can reduce number of requests on keyboard or mouse move events</description>
     </property>
     
     <property >

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_dnd_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_dnd_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_dnd_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -14,12 +14,12 @@
     <property hidden="true">
         <name>effectDepth</name>
         <classname>java.lang.String</classname>
-        <description>depth from 0 ( max ) to 1 ( none ) of visual effect  ( zoom, opacity etc ). </description>
+        <description>depth from 0 ( max ) to 1 ( none ) of visual effect  ( zoom, opacity etc )</description>
     </property>
     <property hidden="true">
         <name>effectDuration</name>
         <classname>java.lang.String</classname>
-        <description>time in seconds for duration of visual effect  ( zoom, opacity etc ). </description>
+        <description>time in seconds for duration of visual effect  ( zoom, opacity etc )</description>
     </property>
     
 </properties>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_region_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -4,7 +4,7 @@
         <defaultvalue>null</defaultvalue>
         <classname>javax.faces.el.MethodBinding</classname>
         <methodargs>org.ajax4jsf.framework.ajax.AjaxEvent.class</methodargs>
-        <description> MethodBinding representing an action listener method that will be notified when this component is activated by the ajax Request and handle it. The expression must evaluate to a public method that takes an AjaxEvent parameter, with a return type of void.</description>
+        <description> MethodBinding representing an action listener method that will be notified when this component is activated by the ajax Request and handle it. The expression must evaluate to a public method that takes an AjaxEvent parameter, with a return type of void</description>
     </property>
     <property hidden="true">
         <name>submitted</name>
@@ -19,7 +19,7 @@
     <property >
         <name>immediate</name>
         <classname>boolean</classname>
-        <description>Flag indicating that, if this component is activated by ajaxrequest, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.</description>
+        <description>Flag indicating that, if this component is activated by ajaxrequest, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase</description>
     </property>
     
     

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/draggable_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -17,12 +17,12 @@
     <property >
         <name>ondragstart</name>
         <classname>java.lang.String</classname>
-        <description>A JavaScript event handler called before drag object. </description>
+        <description>A JavaScript event handler called before drag object</description>
     </property>
     <property>
         <name>ondragend</name>
         <classname>java.lang.String</classname>
-        <description>A JavaScript event handler called after a drag operation. </description>
+        <description>A JavaScript event handler called after a drag operation</description>
     </property>
  		<property elonly="true" attachedstate="true">
 			<name>dragListener</name>

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-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/dropzone_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -19,17 +19,17 @@
     <property >
         <name>ondragenter</name>
         <classname>java.lang.String</classname>
-        <description>A JavaScript event handler called on enter draggable object to zone. </description>
+        <description>A JavaScript event handler called on enter draggable object to zone</description>
     </property>
     <property>
         <name>ondragexit</name>
         <classname>java.lang.String</classname>
-        <description>A JavaScript event handler called after a drag object leaves zone. </description>
+        <description>A JavaScript event handler called after a drag object leaves zone</description>
     </property>
     <property>
         <name>ondrop</name>
         <classname>java.lang.String</classname>
-        <description>A JavaScript event handler called after a drag object is dropped to zone. </description>
+        <description>A JavaScript event handler called after a drag object is dropped to zone</description>
     </property>    
     <property>
         <name>ondropend</name>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/extended_command_link_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/extended_command_link_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/extended_command_link_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -74,10 +74,10 @@
     
     
     <property>
-        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey.</description>
+        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey</description>
     </property>
     <property>
-        <name>charset</name><classname>java.lang.String</classname><description>The character encoding of the resource designated by this hyperlink.</description>
+        <name>charset</name><classname>java.lang.String</classname><description>The character encoding of the resource designated by this hyperlink</description>
     </property>
     <property>
         <name>coords</name><classname>java.lang.String</classname><description>This attribute specifies the position and shape on the screen. The number and order of values depends on the shape being defined. Possible combinations:
@@ -95,10 +95,10 @@
     </property>
     
     <property>
-        <name>rel</name><classname>java.lang.String</classname><description>The relationship from the current document to an anchor specified by this hyperlink. The value of this attribute is a space-separated list of link types.</description>
+        <name>rel</name><classname>java.lang.String</classname><description>The relationship from the current document to an anchor specified by this hyperlink. The value of this attribute is a space-separated list of link types</description>
     </property>
     <property>
-        <name>rev</name><classname>java.lang.String</classname><description>A reverse link from an anchor specified by this hyperlink to the current document. The value of this attribute is a space-separated list of link types.</description>
+        <name>rev</name><classname>java.lang.String</classname><description>A reverse link from an anchor specified by this hyperlink to the current document. The value of this attribute is a space-separated list of link types</description>
     </property>
     <property>
         <name>shape</name><classname>java.lang.String</classname><description>default|rect|circle|poly [CI]
@@ -112,14 +112,14 @@
         </description>
     </property>
     <property>
-        <name>tabindex</name><classname>java.lang.String</classname><description>This attribute specifies a 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>
+        <name>tabindex</name><classname>java.lang.String</classname><description>This attribute specifies a 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>
     </property>
     <property>
-        <name>type</name><classname>java.lang.String</classname><description>	 The content type of the resource designated by this hyperlink.</description>
+        <name>type</name><classname>java.lang.String</classname><description>	 The content type of the resource designated by this hyperlink</description>
     </property>
     
     <property>
-        <name>onblur</name><classname>java.lang.String</classname><description> JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus.</description>
+        <name>onblur</name><classname>java.lang.String</classname><description> JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus</description>
     </property>
     
     <property>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -70,7 +70,7 @@
     <property>
         <name>onfocus</name>
         <classname>java.lang.String</classname>
-        <description>JavaScript code. The onfocus event occurs when an element gets focus.</description>
+        <description>JavaScript code. The onfocus event occurs when an element gets focus</description>
     </property>
     
     <property>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_control_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -12,7 +12,7 @@
     <property>
         <name>disabled</name>
         <classname>boolean</classname>
-        <description>When set for a form control, this boolean attribute disables the control for user input.</description>
+        <description>When set for a form control, this boolean attribute disables the control for user input</description>
     </property>
     
     <property>

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-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/spec_table_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -3,22 +3,22 @@
     <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 posisiton in the list after the value of the "columns" attribute are ignored</description>
     </property>
     <property>
         <name>footerClass</name>
         <classname>java.lang.String</classname>
-        <description>Space-separated list of CSS style class(es) that are be applied to any footer generated for this table.</description>
+        <description>Space-separated list of CSS style class(es) that are be applied to any footer generated for this table</description>
     </property>
     <property>
         <name>headerClass</name>
         <classname>java.lang.String</classname>
-        <description> Space-separated list of CSS style class(es) that are be applied to any header generated for this table.</description>
+        <description> Space-separated list of CSS style class(es) that are be applied to any header generated for this table</description>
     </property>
     <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. 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>
     </property>
     
 </properties>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_command_button_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_command_button_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_command_button_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -4,10 +4,10 @@
     
     
     <property>
-        <name>id</name><classname>java.lang.String</classname><description>Every component may have an unique id. Automatically created if omitted.</description>
+        <name>id</name><classname>java.lang.String</classname><description>Every component may have an unique id. Automatically created if omitted</description>
     </property>
     <property>
-        <name>rendered</name><classname>java.lang.String</classname><description>If "false", this component will not be rendered.</description>
+        <name>rendered</name><classname>java.lang.String</classname><description>If "false", this component will not be rendered</description>
     </property>
     <property>
         <name>binding</name><classname>java.lang.String</classname><description>The attribute takes a value-binding expression for a component property of
@@ -32,16 +32,16 @@
         <name>dir</name><classname>java.lang.String</classname><description>Alternate textual description of the element rendered by this component</description>
     </property>
     <property>
-        <name>lang</name><classname>java.lang.String</classname><description>Code describing the language used in the generated markup for this component.</description>
+        <name>lang</name><classname>java.lang.String</classname><description>Code describing the language used in the generated markup for this component</description>
     </property>
     <property>
-        <name>style</name><classname>java.lang.String</classname><description>CSS style(s) is/are to be applied when this component is rendered.</description>
+        <name>style</name><classname>java.lang.String</classname><description>CSS style(s) is/are to be applied when this component is rendered</description>
     </property>
     <property>
-        <name>title</name><classname>java.lang.String</classname><description>Advisory title information about markup elements generated for this component.</description>
+        <name>title</name><classname>java.lang.String</classname><description>Advisory title information about markup elements generated for this component</description>
     </property>
     <property>
-        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute.</description>
+        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute</description>
     </property>
     
     
@@ -78,7 +78,7 @@
     
     
     <property>
-        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey.</description>
+        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey</description>
     </property>
     <property>
         <name>alt</name><classname>java.lang.String</classname><description>For user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The 
@@ -90,25 +90,25 @@
         <name>disabled</name><classname>java.lang.String</classname><description>Disabled state of an element or button</description>
     </property>
     <property>
-        <name>onblur</name><classname>java.lang.String</classname><description> JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus.</description>
+        <name>onblur</name><classname>java.lang.String</classname><description> JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus</description>
     </property>
     <property>
         <name>onchange</name><classname>java.lang.String</classname><description>Element's value changes</description>
     </property>
     <property>
-        <name>onfocus</name><classname>java.lang.String</classname><description>JavaScript code. </description>
+        <name>onfocus</name><classname>java.lang.String</classname><description>JavaScript code</description>
     </property>
     <property>
         <name>onselect</name><classname>java.lang.String</classname><description>An element is selected</description>
     </property>
     <property>
-        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec.</description>
+        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec</description>
     </property>
     <property>
-        <name>tabindex</name><classname>java.lang.String</classname><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>
+        <name>tabindex</name><classname>java.lang.String</classname><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>
     </property>
     <property>
-        <name>type</name><classname>java.lang.String</classname><description>	 The content type of the resource designated by this component.</description>
+        <name>type</name><classname>java.lang.String</classname><description>	 The content type of the resource designated by this component</description>
     </property>
     
     

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_command_link_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_command_link_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_command_link_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -4,10 +4,10 @@
     
     
     <property>
-        <name>id</name><classname>java.lang.String</classname><description>Every component may have an unique id. Automatically created if omitted.</description>
+        <name>id</name><classname>java.lang.String</classname><description>Every component may have an unique id. Automatically created if omitted</description>
     </property>
     <property>
-        <name>rendered</name><classname>java.lang.String</classname><description>If "false", this component will not be rendered.</description>
+        <name>rendered</name><classname>java.lang.String</classname><description>If "false", this component will not be rendered</description>
     </property>
     <property>
         <name>binding</name><classname>java.lang.String</classname><description>The attribute takes a value-binding expression for a component property of
@@ -21,27 +21,27 @@
         <name>actionListener</name><classname>java.lang.String</classname><description>MethodBinding pointing at a method accepting ActionEvent and returning type void</description>
     </property>
     <property>
-        <name>immediate</name><classname>java.lang.String</classname><description>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.</description>
+        <name>immediate</name><classname>java.lang.String</classname><description>True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase</description>
     </property>
     <property>
-        <name>value</name><classname>java.lang.String</classname><description>Initial value to set when rendered for the first time.</description>
+        <name>value</name><classname>java.lang.String</classname><description>Initial value to set when rendered for the first time</description>
     </property>
     
     
     <property>
-        <name>dir</name><classname>java.lang.String</classname><description>Alternate textual description of the element rendered by this component.</description>
+        <name>dir</name><classname>java.lang.String</classname><description>Alternate textual description of the element rendered by this component</description>
     </property>
     <property>
-        <name>lang</name><classname>java.lang.String</classname><description>Code describing the language used in the generated markup for this component.</description>
+        <name>lang</name><classname>java.lang.String</classname><description>Code describing the language used in the generated markup for this component</description>
     </property>
     <property>
-        <name>style</name><classname>java.lang.String</classname><description>CSS style(s) is/are to be applied when this component is rendered.</description>
+        <name>style</name><classname>java.lang.String</classname><description>CSS style(s) is/are to be applied when this component is rendered</description>
     </property>
     <property>
-        <name>title</name><classname>java.lang.String</classname><description>Advisory title information about markup elements generated for this component.</description>
+        <name>title</name><classname>java.lang.String</classname><description>Advisory title information about markup elements generated for this component</description>
     </property>
     <property>
-        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute.</description>
+        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute</description>
     </property>
     
     
@@ -78,10 +78,10 @@
     
     
     <property>
-        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey.</description>
+        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey</description>
     </property>
     <property>
-        <name>charset</name><classname>java.lang.String</classname><description>The character encoding of the resource designated by this hyperlink.</description>
+        <name>charset</name><classname>java.lang.String</classname><description>The character encoding of the resource designated by this hyperlink</description>
     </property>
     <property>
         <name>coords</name><classname>java.lang.String</classname><description>This attribute specifies the position and shape on the screen. The number and order of values depends on the shape being defined. Possible combinations:
@@ -91,26 +91,26 @@
             </property>
             
             <property>
-                <name>rel</name><classname>java.lang.String</classname><description>The relationship from the current document to the anchor specified by this hyperlink. The value of this attribute is a space-separated list of link types.</description>
+                <name>rel</name><classname>java.lang.String</classname><description>The relationship from the current document to the anchor specified by this hyperlink. The value of this attribute is a space-separated list of link types</description>
             </property>
             <property>
-                <name>rev</name><classname>java.lang.String</classname><description>A reverse link from the anchor specified by this hyperlink to the current document. The value of this attribute is a space-separated list of link types.</description>
+                <name>rev</name><classname>java.lang.String</classname><description>A reverse link from the anchor specified by this hyperlink to the current document. The value of this attribute is a space-separated list of link types</description>
             </property>
             <property>
                 <name>shape</name><classname>java.lang.String</classname><description>default|rect|circle|poly [CI]
                     <property>
-                        <name>tabindex</name><classname>java.lang.String</classname><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>
+                        <name>tabindex</name><classname>java.lang.String</classname><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>
                     </property>
                     <property>
-                        <name>type</name><classname>java.lang.String</classname><description>	 The content type of the resource designated by this hyperlink.</description>
+                        <name>type</name><classname>java.lang.String</classname><description>	 The content type of the resource designated by this hyperlink</description>
                     </property>
                     
                     <property>
-                        <name>onblur</name><classname>java.lang.String</classname><description> JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus.</description>
+                        <name>onblur</name><classname>java.lang.String</classname><description> JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus</description>
                     </property>
                     
                     <property>
-                        <name>onfocus</name><classname>java.lang.String</classname><description>JavaScript code. </description>
+                        <name>onfocus</name><classname>java.lang.String</classname><description>JavaScript code</description>
                     </property>
                     <property>
                         <name>target</name><classname>java.lang.String</classname><description>    This attribute specifies the name of a frame where a document is to be opened.

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_data_table_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_data_table_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_data_table_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -4,10 +4,10 @@
     
     
     <property>
-        <name>id</name><classname>java.lang.String</classname><description>Every component may have an unique id. Automatically created if omitted.</description>
+        <name>id</name><classname>java.lang.String</classname><description>Every component may have an unique id. Automatically created if omitted</description>
     </property>
     <property>
-        <name>rendered</name><classname>java.lang.String</classname><description>If "false", this component will not be rendered.</description>
+        <name>rendered</name><classname>java.lang.String</classname><description>If "false", this component will not be rendered</description>
     </property>
     <property>
         <name>binding</name><classname>java.lang.String</classname><description>The attribute takes a value-binding expression for a component property of
@@ -17,19 +17,19 @@
     
     
     <property>
-        <name>dir</name><classname>java.lang.String</classname><description>Alternate textual description of the element rendered by this component.</description>
+        <name>dir</name><classname>java.lang.String</classname><description>Alternate textual description of the element rendered by this component</description>
     </property>
     <property>
-        <name>lang</name><classname>java.lang.String</classname><description> Code describing the language used in the generated markup for this component.</description>
+        <name>lang</name><classname>java.lang.String</classname><description> Code describing the language used in the generated markup for this component</description>
     </property>
     <property>
-        <name>style</name><classname>java.lang.String</classname><description>CSS style(s)is/are to be applied when this component is rendered.</description>
+        <name>style</name><classname>java.lang.String</classname><description>CSS style(s)is/are to be applied when this component is rendered</description>
     </property>
     <property>
-        <name>title</name><classname>java.lang.String</classname><description> Advisory title information about markup elements generated for this component.</description>
+        <name>title</name><classname>java.lang.String</classname><description> Advisory title information about markup elements generated for this component</description>
     </property>
     <property>
-        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute.</description>
+        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute</description>
     </property>
     
     
@@ -136,7 +136,7 @@
         </description>
     </property>
     <property>
-        <name>summary</name><classname>java.lang.String</classname><description>This attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille.</description>
+        <name>summary</name><classname>java.lang.String</classname><description>This attribute provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille</description>
     </property>
     <property>
         <name>width</name><classname>java.lang.String</classname><description>This attribute specifies the desired width of the entire table and is intended for visual user agents. When the value is percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_input_text_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -86,7 +86,7 @@
     
     
     <property>
-        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey.</description>
+        <name>accesskey</name><classname>java.lang.String</classname><description>This attribute assigns an access key to an element. An access key is a single character from the document character set. Note. Authors should consider the input method of the expected reader when specifying an accesskey</description>
     </property>
     <property>
         <name>align</name><classname>java.lang.String</classname><description>left|center|right [CI]
@@ -128,7 +128,7 @@
         </description>
     </property>
     <property>
-        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec.</description>
+        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec</description>
     </property>
     <property>
         <name>tabindex</name><classname>java.lang.String</classname><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>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_message_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -83,7 +83,7 @@
         <name>infoClass</name><classname>java.lang.String</classname><description>CSS class to be used for messages with severity "INFO"</description>
     </property>
     <property>
-        <name>infoStyle</name><classname>java.lang.String</classname><description>CSS style(s) is/are to be used for messages with severity "INFO".</description>
+        <name>infoStyle</name><classname>java.lang.String</classname><description>CSS style(s) is/are to be used for messages with severity "INFO"</description>
     </property>
     <property>
         <name>warnClass</name><classname>java.lang.String</classname><description>CSS class is to be used for messages with severity "WARN"</description>
@@ -95,7 +95,7 @@
         <name>errorClass</name><classname>java.lang.String</classname><description>CSS class is to be used for messages with severity "ERROR"</description>
     </property>
     <property>
-        <name>errorStyle</name><classname>java.lang.String</classname><description>CSS style is to be used for messages with severity "ERROR".</description>
+        <name>errorStyle</name><classname>java.lang.String</classname><description>CSS style is to be used for messages with severity "ERROR"</description>
     </property>
     <property>
         <name>fatalClass</name><classname>java.lang.String</classname><description>CSS class is to be used for messages with severity "FATAL"</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_messages_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -41,7 +41,7 @@
         <name>style</name><classname>java.lang.String</classname><description>CSS style(s) to be applied when this component is rendere</description>
     </property>
     <property>
-        <name>title</name><classname>java.lang.String</classname><description> Advisory title information about markup elements generated for this component.</description>
+        <name>title</name><classname>java.lang.String</classname><description> Advisory title information about markup elements generated for this component</description>
     </property>
     <property>
         <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute</description>
@@ -81,7 +81,7 @@
     
     
     <property>
-        <name>infoClass</name><classname>java.lang.String</classname><description>CSS class to be used for messages with severity "INFO".</description>
+        <name>infoClass</name><classname>java.lang.String</classname><description>CSS class to be used for messages with severity "INFO"</description>
     </property>
     <property>
         <name>infoStyle</name><classname>java.lang.String</classname><description>CSS style(s) is/are to be used for messages with severity "INFO"</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_output_label_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_output_label_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_output_label_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -35,7 +35,7 @@
         <name>title</name><classname>java.lang.String</classname><description> Advisory title information about markup elements generated for this component</description>
     </property>
     <property>
-        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute.</description>
+        <name>styleClass</name><classname>java.lang.String</classname><description>Corresponds to the HTML class attribute</description>
     </property>
     
     

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_checkbox_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -103,7 +103,7 @@
         <name>datasrc</name><classname>java.lang.String</classname><description>Retrieves the source of the data for data binding</description>
     </property>
     <property>
-        <name>dataformatas</name><classname>java.lang.String</classname><description>Indicates whether the bound data is plain text or HTML.</description>
+        <name>dataformatas</name><classname>java.lang.String</classname><description>Indicates whether the bound data is plain text or HTML</description>
     </property>
     <property>
         <name>disabled</name><classname>java.lang.String</classname><description>Disabled state of an element or button</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_many_listbox_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -121,7 +121,7 @@
     </property>
     
     <property>
-        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec.</description>
+        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec</description>
     </property>
     <property>
         <name>enabledClass</name><classname>java.lang.String</classname><description>CSS class is for enabled elements</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/standard_select_one_listbox_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -121,7 +121,7 @@
     </property>
     
     <property>
-        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec.</description>
+        <name>size</name><classname>java.lang.String</classname><description>see JSF Spec</description>
     </property>
     <property>
         <name>enabledClass</name><classname>java.lang.String</classname><description>CSS class for enabled elements</description>

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent	2007-06-05 00:28:12 UTC (rev 234)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ui_component_attributes.ent	2007-06-05 13:52:44 UTC (rev 235)
@@ -4,15 +4,14 @@
         <name>id</name>
         <classname>java.lang.String</classname>
         <description>
-            Every component may have a unique id that is automatically created if
-            omitted
+            Every component may have a unique id that is automatically created if omitted
         </description>
     </property>
     <property>
         <name>rendered</name>
         <classname>boolean</classname>
         <description>
-            If "false", this component is not rendered.
+            If "false", this component is not rendered
         </description>
     </property>
     <property existintag="true" exist="true" el="true" elonly="true">




More information about the ajax4jsf-svn-commits mailing list