Author: vkorluzhenko
Date: 2007-06-19 11:40:40 -0400 (Tue, 19 Jun 2007)
New Revision: 1224
Modified:
trunk/richfaces/gmap/src/main/config/component/gmap.xml
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
trunk/richfaces/tree/src/main/config/component/commonTreeClientListeners.ent
Log:
fixed spelling errors
Modified: trunk/richfaces/gmap/src/main/config/component/gmap.xml
===================================================================
--- trunk/richfaces/gmap/src/main/config/component/gmap.xml 2007-06-19 15:33:15 UTC (rev
1223)
+++ trunk/richfaces/gmap/src/main/config/component/gmap.xml 2007-06-19 15:40:40 UTC (rev
1224)
@@ -47,7 +47,7 @@
<name>gmapVar</name>
<classname>java.lang.String</classname>
<description>
- The javascript variable that is used to access the Google Map API. If you have
+ The JavaScript variable that is used to access the Google Map API. If you have
more than one Google Map components on the same page, use individual
key for each of them. The default variable name is "map" (without quotes)
</description>
Modified:
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
---
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-06-19
15:33:15 UTC (rev 1223)
+++
trunk/richfaces/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-06-19
15:40:40 UTC (rev 1224)
@@ -63,7 +63,7 @@
<property>
<name> step </name>
<classname>java.lang.String</classname>
- <description>Parameter that determines a step betwen the nearest values while
using a handle</description>
+ <description>Parameter that determines a step between the nearest values
while using a handle</description>
<defaultvalue><![CDATA["1"]]></defaultvalue>
</property>
<property>
Modified: trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml 2007-06-19
15:33:15 UTC (rev 1223)
+++ trunk/richfaces/suggestionbox/src/main/config/component/suggestionbox.xml 2007-06-19
15:40:40 UTC (rev 1224)
@@ -111,7 +111,7 @@
<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
+ 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>
@@ -238,7 +238,7 @@
<description>
A value to set in the target input element on a choice
suggestion that isn't shown in the suggestion table. It
- can be used for descriptive output comments for
+ can be used for descriptive output comments or
suggestions. If not set, all text in the suggestion row
is set as a value
</description>
Modified: trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-06-19 15:33:15
UTC (rev 1223)
+++ trunk/richfaces/tabPanel/src/main/config/component/tabPanel.xml 2007-06-19 15:40:40
UTC (rev 1224)
@@ -80,7 +80,7 @@
<property>
<name>selectedTab</name>
<classname>java.lang.Object</classname>
- <description>Attribure defines name of selected tab</description>
+ <description>Attribute defines name of selected tab</description>
</property>
<property>
<name>activeTabClass</name>
Modified: trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-06-19
15:33:15 UTC (rev 1223)
+++ trunk/richfaces/togglePanel/src/main/config/component/togglePanel.xml 2007-06-19
15:40:40 UTC (rev 1224)
@@ -241,14 +241,14 @@
<name>onblur</name>
<classname>java.lang.String</classname>
<description>
- Javascript code executed when this element loses focus
+ JavaScript code executed when this element loses focus
</description>
</property>
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
<description>
- Javascript code executed when a pointer button is
+ JavaScript code executed when a pointer button is
clicked over this element
</description>
</property>
@@ -256,7 +256,7 @@
<name>ondblclick</name>
<classname>java.lang.String</classname>
<description>
- Javascript code executed when a pointer button is double
+ JavaScript code executed when a pointer button is double
clicked over this element
</description>
</property>
Modified: trunk/richfaces/tree/src/main/config/component/commonTreeClientListeners.ent
===================================================================
---
trunk/richfaces/tree/src/main/config/component/commonTreeClientListeners.ent 2007-06-19
15:33:15 UTC (rev 1223)
+++
trunk/richfaces/tree/src/main/config/component/commonTreeClientListeners.ent 2007-06-19
15:40:40 UTC (rev 1224)
@@ -11,5 +11,5 @@
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression to invoke on node
collapsion</description>
+ <description>HTML: script expression to invoke on node
collapsing</description>
</property>
Show replies by date