JBoss Rich Faces SVN: r14463 - in branches/community/3.3.X: ui/calendar/src/main/config/component and 26 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-06-03 13:47:22 -0400 (Wed, 03 Jun 2009)
New Revision: 14463
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml
branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml
branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml
branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml
branches/community/3.3.X/ui/core/src/main/config/component/queue.xml
branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml
branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml
branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml
branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml
branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml
branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml
branches/community/3.3.X/ui/hotKey/src/main/config/component/hotKey.xml
branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml
branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
branches/community/3.3.X/ui/listShuttle/src/main/config/component/listShuttle.xml
branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml
branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml
branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml
branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml
branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml
branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml
branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml
branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml
Log:
https://jira.jboss.org/jira/browse/RF-7287
"client side" is replace with "client-side" everywhere in RF guides where the phrase is used as a complex adjective
"server side" is replace with "server-side" everywhere in RF guides where the phrase is used as a complex adjective
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/comboBox.desc.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -24,7 +24,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem>
- <para>Client side-suggestions</para>
+ <para>Client-side suggestions</para>
</listitem>
<listitem>
<para>Browser like selection</para>
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/fileUpload.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -626,7 +626,7 @@
<table id="objectProperties">
- <title>Client side-object properties</title>
+ <title>Client-side object properties</title>
<tgroup cols="2">
<thead>
<row>
Modified: branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -328,108 +328,108 @@
<property>
<name>oninputmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the input field</description>
+ <description>The client-side script method to be called when a pointer is moved onto the input field</description>
</property>
<property>
<name>oninputmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the input field</description>
+ <description>The client-side script method to be called when a pointer is moved away from the input field</description>
</property>
<property>
<name>ondateselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when some date cell is selected</description>
+ <description>The client-side script method to be called when some date cell is selected</description>
</property>
<property>
<name>ondateselected</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called after some date cell is selected</description>
+ <description>The client-side script method to be called after some date cell is selected</description>
</property>
<property>
<name>ontimeselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before new time is selected</description>
+ <description>The client-side script method to be called before new time is selected</description>
</property>
<property>
<name>ontimeselected</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called after time is selected</description>
+ <description>The client-side script method to be called after time is selected</description>
</property>
<property>
<name>onchanged</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the date or time is changed and applied to input</description>
+ <description>The client-side script method to be called when the date or time is changed and applied to input</description>
</property>
<property>
<name>oncurrentdateselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the current month or year is changed</description>
+ <description>The client-side script method to be called when the current month or year is changed</description>
</property>
<property>
<name>oncurrentdateselected</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called after the current month or year is changed</description>
+ <description>The client-side script method to be called after the current month or year is changed</description>
</property>
<property>
<name>onexpand</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the calendar popup is opened</description>
+ <description>The client-side script method to be called before the calendar popup is opened</description>
</property>
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the calendar popup is closed</description>
+ <description>The client-side script method to be called before the calendar popup is closed</description>
</property>
<property>
<name>ondatemouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the date cell</description>
+ <description>The client-side script method to be called when a pointer is moved onto the date cell</description>
</property>
<property>
<name>ondatemouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the date cell</description>
+ <description>The client-side script method to be called when a pointer is moved away from the date cell</description>
</property>
<property>
<name>oninputchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field value is changed manually</description>
+ <description>The client-side script method to be called when the input field value is changed manually</description>
</property>
<property>
<name>oninputselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field value is selected</description>
+ <description>The client-side script method to be called when the input field value is selected</description>
</property>
<property>
<name>oninputfocus</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field gets the focus</description>
+ <description>The client-side script method to be called when the input field gets the focus</description>
</property>
<property>
<name>oninputblur</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field loses the focus</description>
+ <description>The client-side script method to be called when the input field loses the focus</description>
</property>
<property>
<name>oninputclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field is clicked</description>
+ <description>The client-side script method to be called when the input field is clicked</description>
</property>
<property>
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed and released in the input field</description>
+ <description>The client-side script method to be called when a key is pressed and released in the input field</description>
</property>
<property>
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed down in the input field</description>
+ <description>The client-side script method to be called when a key is pressed down in the input field</description>
</property>
<property>
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is released in the input field</description>
+ <description>The client-side script method to be called when a key is released in the input field</description>
</property>
<property hidden="true">
Modified: branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/colorPicker/src/main/config/component/colorPicker.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -85,27 +85,27 @@
<property>
<name>onselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the color is selected</description>
+ <description>The client-side script method to be called when the color is selected</description>
</property>
<property>
<name>onchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the element value was changed</description>
+ <description>The client-side script method to be called when the element value was changed</description>
</property>
<property>
<name>onbeforeshow</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the component widget is opened</description>
+ <description>The client-side script method to be called before the component widget is opened</description>
</property>
<property>
<name>onshow</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component widget is displayed</description>
+ <description>The client-side script method to be called when the component widget is displayed</description>
</property>
<property>
<name>onhide</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the component widget is hidden</description>
+ <description>The client-side script method to be called before the component widget is hidden</description>
</property>
</component>
Modified: branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml
===================================================================
--- branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/contextMenu/src/main/config/component/contextMenu.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -214,7 +214,7 @@
<name>oncollapse</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called before the menu is collapsed
+ The client-side script method to be called before the menu is collapsed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -223,7 +223,7 @@
<name>onexpand</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called before the menu is expanded
+ The client-side script method to be called before the menu is expanded
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -233,7 +233,7 @@
<name>onmouseout</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved away from the element
+ The client-side script method to be called when a pointer is moved away from the element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -242,7 +242,7 @@
<name>onmousemove</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved within the element
+ The client-side script method to be called when a pointer is moved within the element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -251,7 +251,7 @@
<name>onmouseover</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved onto the element
+ The client-side script method to be called when a pointer is moved onto the element
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -260,7 +260,7 @@
<name>onitemselect</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when some item is selected
+ The client-side script method to be called when some item is selected
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -269,7 +269,7 @@
<name>ongroupactivate</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when some context menu group is activated
+ The client-side script method to be called when some context menu group is activated
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
Modified: branches/community/3.3.X/ui/core/src/main/config/component/queue.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/queue.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/core/src/main/config/component/queue.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -80,7 +80,7 @@
<property>
<name>onerror</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; event fires whenever an JavaScript server side error occurs</description>
+ <description>HTML: a script expression; event fires whenever an JavaScript server-side error occurs</description>
</property>
<property>
<name>sizeExceededBehavior</name>
Modified: branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml
===================================================================
--- branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/dataFilterSlider/src/main/config/component/dataFilterSlider.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -174,7 +174,7 @@
<name>onslide</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a slider handle is moved
+ The client-side script method to be called when a slider handle is moved
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -183,7 +183,7 @@
<name>onerror</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called whenever a
+ The client-side script method to be called whenever a
JavaScript error occurs
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
@@ -193,7 +193,7 @@
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a key is pressed down in the component input field
+ The client-side script method to be called when a key is pressed down in the component input field
</description>
</property>
@@ -201,7 +201,7 @@
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a key is pressed and released in the component input field
+ The client-side script method to be called when a key is pressed and released in the component input field
</description>
</property>
@@ -209,7 +209,7 @@
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a key is released in the component input field
+ The client-side script method to be called when a key is released in the component input field
</description>
</property>
@@ -217,7 +217,7 @@
<name>clientErrorMessage</name>
<classname>java.lang.String</classname>
<description>
- An error message to use in client side validation events
+ An error message to use in client-side validation events
</description>
</property>
@@ -225,7 +225,7 @@
<name>onchange</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the component input field value is changed
+ The client-side script method to be called when the component input field value is changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataGrid.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -161,43 +161,43 @@
<name>onRowClick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the row is clicked
+ The client-side script method to be called when the row is clicked
</description>
</property>
<property>
<name>onRowDblClick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the row is double-clicked
+ <description>The client-side script method to be called when the row is double-clicked
</description>
</property>
<property>
<name>onRowMouseUp</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released over the row
+ <description>The client-side script method to be called when a mouse button is released over the row
</description>
</property>
<property>
<name>onRowMouseDown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down over the row
+ <description>The client-side script method to be called when a mouse button is pressed down over the row
</description>
</property>
<property>
<name>onRowMouseOver</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the row
+ <description>The client-side script method to be called when a pointer is moved onto the row
</description>
</property>
<property>
<name>onRowMouseOut</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the row
+ <description>The client-side script method to be called when a pointer is moved away from the row
</description>
</property>
<property>
<name>onRowMouseMove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the row
+ <description>The client-side script method to be called when a pointer is moved within the row
</description>
</property>
<property>
Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/dataTable.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -158,50 +158,50 @@
<name>onRowClick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the row is clicked
+ The client-side script method to be called when the row is clicked
</description>
</property>
<property>
<name>onRowDblClick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the row is double-clicked
+ The client-side script method to be called when the row is double-clicked
</description>
</property>
<property>
<name>onRowMouseUp</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released over the row
+ <description>The client-side script method to be called when a mouse button is released over the row
</description>
</property>
<property>
<name>onRowMouseDown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down over the row
+ <description>The client-side script method to be called when a mouse button is pressed down over the row
</description>
</property>
<property>
<name>onRowMouseOver</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the row
+ <description>The client-side script method to be called when a pointer is moved onto the row
</description>
</property>
<property>
<name>onRowMouseOut</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the row
+ <description>The client-side script method to be called when a pointer is moved away from the row
</description>
</property>
<property>
<name>onRowMouseMove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the row
+ <description>The client-side script method to be called when a pointer is moved within the row
</description>
</property>
<property>
<name>onRowContextMenu</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a right mouse button is clicked over the row.
+ <description>The client-side script method to be called when a right mouse button is clicked over the row.
Returning false prevents default browser context menu from being displayed.</description>
</property>
Modified: branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/dataTable/src/main/config/component/subTable.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -135,43 +135,43 @@
<name>onRowClick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the row is clicked
+ The client-side script method to be called when the row is clicked
</description>
</property>
<property>
<name>onRowDblClick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the row is double-clicked
+ <description>The client-side script method to be called when the row is double-clicked
</description>
</property>
<property>
<name>onRowMouseUp</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released over the row
+ <description>The client-side script method to be called when a mouse button is released over the row
</description>
</property>
<property>
<name>onRowMouseDown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down over the row
+ <description>The client-side script method to be called when a mouse button is pressed down over the row
</description>
</property>
<property>
<name>onRowMouseOver</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the row
+ <description>The client-side script method to be called when a pointer is moved onto the row
</description>
</property>
<property>
<name>onRowMouseOut</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the row
+ <description>The client-side script method to be called when a pointer is moved away from the row
</description>
</property>
<property>
<name>onRowMouseMove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the row
+ <description>The client-side script method to be called when a pointer is moved within the row
</description>
</property>
<property hidden="true" existintag="false" exist="false" >
Modified: branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/datascroller/src/main/config/component/datascroller.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -318,7 +318,7 @@
<property>
<name>onpagechange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a page is changed</description>
+ <description>The client-side script method to be called when a page is changed</description>
</property>
<property>
Modified: branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -237,7 +237,7 @@
<name>oncollapse</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a menu is collapsed
+ The client-side script method to be called when a menu is collapsed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -246,7 +246,7 @@
<name>onexpand</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a menu is expanded
+ The client-side script method to be called when a menu is expanded
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -256,7 +256,7 @@
<name>onmouseout</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved away from the menu
+ The client-side script method to be called when a pointer is moved away from the menu
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -265,7 +265,7 @@
<name>onmousemove</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved within the menu
+ The client-side script method to be called when a pointer is moved within the menu
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -274,7 +274,7 @@
<name>onmouseover</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved onto the menu
+ The client-side script method to be called when a pointer is moved onto the menu
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -283,7 +283,7 @@
<name>onitemselect</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a menu item is selected
+ The client-side script method to be called when a menu item is selected
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -292,7 +292,7 @@
<name>ongroupactivate</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when some menu group is activated
+ The client-side script method to be called when some menu group is activated
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
Modified: branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml
===================================================================
--- branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/editor/src/main/config/component/editor.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -121,28 +121,28 @@
<name>oninit</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the initialization of the editor instances is finished
+ The client-side script method to be called when the initialization of the editor instances is finished
</description>
</property>
<property>
<name>onchange</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the editor content is modified by TinyMCE
+ The client-side script method to be called when the editor content is modified by TinyMCE
</description>
</property>
<property>
<name>onsave</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the editor content is extracted/saved
+ The client-side script method to be called when the editor content is extracted/saved
</description>
</property>
<property>
<name>onsetup</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called before the editor instances get rendered
+ The client-side script method to be called before the editor instances get rendered
</description>
</property>
<property>
Modified: branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml
===================================================================
--- branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/extendedDataTable/src/main/config/component/ExtendedDataTable.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -65,7 +65,7 @@
<property>
<name>onselectionchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a selected row is changed
+ <description>The client-side script method to be called when a selected row is changed
</description>
</property>
<property>
@@ -180,39 +180,39 @@
<property>
<name>onRowClick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the row is clicked</description>
+ <description>The client-side script method to be called when the row is clicked</description>
</property>
<property>
<name>onRowDblClick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the row is double-clicked</description>
+ <description>The client-side script method to be called when the row is double-clicked</description>
</property>
<property>
<name>onRowMouseUp</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is released over the row</description>
+ <description>The client-side script method to be called when a pointer is released over the row</description>
</property>
<property>
<name>onRowMouseDown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down over the row</description>
+ <description>The client-side script method to be called when a mouse button is pressed down over the row</description>
</property>
<property>
<name>onRowMouseOver</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the rows
+ <description>The client-side script method to be called when a pointer is moved onto the rows
</description>
</property>
<property>
<name>onRowMouseOut</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the row
+ <description>The client-side script method to be called when a pointer is moved away from the row
</description>
</property>
<property>
<name>onRowMouseMove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the row</description>
+ <description>The client-side script method to be called when a pointer is moved within the row</description>
</property>
<property>
<name>sortPriority</name>
Modified: branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml
===================================================================
--- branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/fileUpload/src/main/config/component/fileUpload.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -242,47 +242,47 @@
<property>
<name>onadd</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before a file is added</description>
+ <description>The client-side script method to be called before a file is added</description>
</property>
<property>
<name>onupload</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a file uploading is started</description>
+ <description>The client-side script method to be called when a file uploading is started</description>
</property>
<property>
<name>onuploadcomplete</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when uploading of all files from the list is completed</description>
+ <description>The client-side script method to be called when uploading of all files from the list is completed</description>
</property>
<property>
<name>onuploadcanceled</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a file uploading is cancelled</description>
+ <description>The client-side script method to be called when a file uploading is cancelled</description>
</property>
<property>
<name>onerror</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a file uploading is interrupted according to any errors</description>
+ <description>The client-side script method to be called when a file uploading is interrupted according to any errors</description>
</property>
<property>
<name>ontyperejected</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a file type is rejected according to the file types allowed</description>
+ <description>The client-side script method to be called when a file type is rejected according to the file types allowed</description>
</property>
<property>
<name>onsizerejected</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a file uploading is rejected by the file size overflow</description>
+ <description>The client-side script method to be called when a file uploading is rejected by the file size overflow</description>
</property>
<property>
<name>onclear</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a file entry is cleared</description>
+ <description>The client-side script method to be called when a file entry is cleared</description>
</property>
<property>
<name>onfileuploadcomplete</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a file is uploaded to the server</description>
+ <description>The client-side script method to be called when a file is uploaded to the server</description>
</property>
<property>
<name>addControlLabel</name>
Modified: branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml
===================================================================
--- branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/gmap/src/main/config/component/gmap.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -42,7 +42,7 @@
<name>oninit</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the Google Map object is initiated
+ The client-side script method to be called when the Google Map object is initiated
</description>
<defaultvalue>""</defaultvalue>
</property>
Modified: branches/community/3.3.X/ui/hotKey/src/main/config/component/hotKey.xml
===================================================================
--- branches/community/3.3.X/ui/hotKey/src/main/config/component/hotKey.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/hotKey/src/main/config/component/hotKey.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -11,7 +11,7 @@
<test />
<description>
- The <rich:hotKey> component allows to register hot keys for the page or particular elements and to define client side processing functions for these keys.
+ The <rich:hotKey> component allows to register hot keys for the page or particular elements and to define client-side processing functions for these keys.
</description>
<renderer generate="true" override="true">
<name>org.richfaces.HotKeyRenderer</name>
Modified: branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml
===================================================================
--- branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/inplaceInput/src/main/config/component/inplaceinput.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -95,22 +95,22 @@
<property>
<name>oneditactivation</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the component edit state is activated</description>
+ <description>The client-side script method to be called before the component edit state is activated</description>
</property>
<property>
<name>onviewactivation</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the component view state is activated</description>
+ <description>The client-side script method to be called before the component view state is activated</description>
</property>
<property>
<name>oneditactivated</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component edit state is activated</description>
+ <description>The client-side script method to be called when the component edit state is activated</description>
</property>
<property>
<name>onviewactivated</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component view state is activated</description>
+ <description>The client-side script method to be called when the component view state is activated</description>
</property>
<property>
<name>selectOnEdit</name>
@@ -182,73 +182,73 @@
<property>
<name>onchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component value is changed</description>
+ <description>The client-side script method to be called when the component value is changed</description>
</property>
<property>
<name>onselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when some text is selected in the input field</description>
+ <description>The client-side script method to be called when some text is selected in the input field</description>
</property>
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component gets the focus</description>
+ <description>The client-side script method to be called when the component gets the focus</description>
</property>
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component loses the focus</description>
+ <description>The client-side script method to be called when the component loses the focus</description>
</property>
<property>
<name>oninputclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field is clicked</description>
+ <description>The client-side script method to be called when the input field is clicked</description>
</property>
<property>
<name>oninputdblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field is double-clicked</description>
+ <description>The client-side script method to be called when the input field is double-clicked</description>
</property>
<property>
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed down in the input field</description>
+ <description>The client-side script method to be called when a key is pressed down in the input field</description>
</property>
<property>
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed and released in the input field</description>
+ <description>The client-side script method to be called when a key is pressed and released in the input field</description>
</property>
<property>
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is released in the input field</description>
+ <description>The client-side script method to be called when a key is released in the input field</description>
</property>
<property>
<name>oninputmousedown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down in the input field</description>
+ <description>The client-side script method to be called when a mouse button is pressed down in the input field</description>
</property>
<property>
<name>oninputmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the input field</description>
+ <description>The client-side script method to be called when a pointer is moved within the input field</description>
</property>
<property>
<name>oninputmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the input field</description>
+ <description>The client-side script method to be called when a pointer is moved away from the input field</description>
</property>
<property>
<name>oninputmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the input field</description>
+ <description>The client-side script method to be called when a pointer is moved onto the input field</description>
</property>
<property>
<name>oninputmouseup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released in the input field</description>
+ <description>The client-side script method to be called when a mouse button is released in the input field</description>
</property>
<property>
<name>label</name>
Modified: branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -126,102 +126,102 @@
<property>
<name>onchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component value is changed</description>
+ <description>The client-side script method to be called when the component value is changed</description>
</property>
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component gets the focus</description>
+ <description>The client-side script method to be called when the component gets the focus</description>
</property>
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component loses the focus</description>
+ <description>The client-side script method to be called when the component loses the focus</description>
</property>
<property>
<name>onselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when some text is selected in the input field</description>
+ <description>The client-side script method to be called when some text is selected in the input field</description>
</property>
<property>
<name>oninputfocus</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component input field gets the focus</description>
+ <description>The client-side script method to be called when the component input field gets the focus</description>
</property>
<property>
<name>oninputblur</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component input field loses the focus</description>
+ <description>The client-side script method to be called when the component input field loses the focus</description>
</property>
<property>
<name>oninputclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field is clicked</description>
+ <description>The client-side script method to be called when the input field is clicked</description>
</property>
<property>
<name>oninputdblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the input field is double-clicked</description>
+ <description>The client-side script method to be called when the input field is double-clicked</description>
</property>
<property>
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed down in the input field</description>
+ <description>The client-side script method to be called when a key is pressed down in the input field</description>
</property>
<property>
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed and released in the input field</description>
+ <description>The client-side script method to be called when a key is pressed and released in the input field</description>
</property>
<property>
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is released in the input field</description>
+ <description>The client-side script method to be called when a key is released in the input field</description>
</property>
<property>
<name>oninputmousedown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down in the input field</description>
+ <description>The client-side script method to be called when a mouse button is pressed down in the input field</description>
</property>
<property>
<name>oninputmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the input field</description>
+ <description>The client-side script method to be called when a pointer is moved within the input field</description>
</property>
<property>
<name>oninputmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the input field</description>
+ <description>The client-side script method to be called when a pointer is moved away from the input field</description>
</property>
<property>
<name>oninputmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the input field</description>
+ <description>The client-side script method to be called when a pointer is moved onto the input field</description>
</property>
<property>
<name>oninputmouseup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released in the input field</description>
+ <description>The client-side script method to be called when a mouse button is released in the input field</description>
</property>
<property>
<name>oneditactivation</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the component edit state is activated</description>
+ <description>The client-side script method to be called before the component edit state is activated</description>
</property>
<property>
<name>onviewactivation</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the component view state is activated</description>
+ <description>The client-side script method to be called before the component view state is activated</description>
</property>
<property>
<name>oneditactivated</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component edit state is activated</description>
+ <description>The client-side script method to be called when the component edit state is activated</description>
</property>
<property>
<name>onviewactivated</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component view state is activated</description>
+ <description>The client-side script method to be called when the component view state is activated</description>
</property>
<property hidden="true">
<name>selectOnEdit</name>
Modified: branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -155,19 +155,19 @@
<property>
<name> onerror </name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a non-number value or a number value that is out of the range is input
+ <description>The client-side script method to be called when a non-number value or a number value that is out of the range is input
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>clientErrorMessage</name>
<classname>java.lang.String</classname>
- <description>an error message to use in client side validation events</description>
+ <description>an error message to use in client-side validation events</description>
</property>
<property>
<name>onslide</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a slider handle is moved</description>
+ <description>The client-side script method to be called when a slider handle is moved</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -282,52 +282,52 @@
<property>
<name>oninputclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component input field is clicked</description>
+ <description>The client-side script method to be called when the component input field is clicked</description>
</property>
<property>
<name>oninputdblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component input field is double-clicked</description>
+ <description>The client-side script method to be called when the component input field is double-clicked</description>
</property>
<property>
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed down in the input field</description>
+ <description>The client-side script method to be called when a key is pressed down in the input field</description>
</property>
<property>
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed and released in the input field</description>
+ <description>The client-side script method to be called when a key is pressed and released in the input field</description>
</property>
<property>
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is released in the input field</description>
+ <description>The client-side script method to be called when a key is released in the input field</description>
</property>
<property>
<name>oninputmousedown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down in the input field</description>
+ <description>The client-side script method to be called when a mouse button is pressed down in the input field</description>
</property>
<property>
<name>oninputmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the input field</description>
+ <description>The client-side script method to be called when a pointer is moved within the input field</description>
</property>
<property>
<name>oninputmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the input field</description>
+ <description>The client-side script method to be called when a pointer is moved away from the input field</description>
</property>
<property>
<name>oninputmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the input field</description>
+ <description>The client-side script method to be called when a pointer is moved onto the input field</description>
</property>
<property>
<name>oninputmouseup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released in the input field</description>
+ <description>The client-side script method to be called when a mouse button is released in the input field</description>
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
Modified: branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
--- branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -76,25 +76,25 @@
<property>
<name>onupclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the 'Up' button is clicked</description>
+ <description>The client-side script method to be called when the 'Up' button is clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>ondownclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the 'Down' button is clicked</description>
+ <description>The client-side script method to be called when the 'Down' button is clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onerror</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called whenever a JavaScript error occurs</description>
+ <description>The client-side script method to be called whenever a JavaScript error occurs</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>clientErrorMessage</name>
<classname>java.lang.String</classname>
- <description>An error message to use in client side validation events</description>
+ <description>An error message to use in client-side validation events</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -169,52 +169,52 @@
<property>
<name>oninputclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component input field is clicked</description>
+ <description>The client-side script method to be called when the component input field is clicked</description>
</property>
<property>
<name>oninputdblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component input field is double-clicked</description>
+ <description>The client-side script method to be called when the component input field is double-clicked</description>
</property>
<property>
<name>oninputkeydown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed down in the input field</description>
+ <description>The client-side script method to be called when a key is pressed down in the input field</description>
</property>
<property>
<name>oninputkeypress</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is pressed and released in the input field</description>
+ <description>The client-side script method to be called when a key is pressed and released in the input field</description>
</property>
<property>
<name>oninputkeyup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a key is released in the input field</description>
+ <description>The client-side script method to be called when a key is released in the input field</description>
</property>
<property>
<name>oninputmousedown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down in the input field</description>
+ <description>The client-side script method to be called when a mouse button is pressed down in the input field</description>
</property>
<property>
<name>oninputmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the input field</description>
+ <description>The client-side script method to be called when a pointer is moved within the input field</description>
</property>
<property>
<name>oninputmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the input field</description>
+ <description>The client-side script method to be called when a pointer is moved away from the input field</description>
</property>
<property>
<name>oninputmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the input field</description>
+ <description>The client-side script method to be called when a pointer is moved onto the input field</description>
</property>
<property>
<name>oninputmouseup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released in the input field</description>
+ <description>The client-side script method to be called when a mouse button is released in the input field</description>
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
Modified: branches/community/3.3.X/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- branches/community/3.3.X/ui/listShuttle/src/main/config/component/listShuttle.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/listShuttle/src/main/config/component/listShuttle.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -207,22 +207,22 @@
<property>
<name>onlistchanged</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the list is changed</description>
+ <description>The client-side script method to be called when the list is changed</description>
</property>
<property>
<name>onorderchanged</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the list order is changed</description>
+ <description>The client-side script method to be called when the list order is changed</description>
</property>
<property>
<name>onlistchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the list is changed</description>
+ <description>The client-side script method to be called before the list is changed</description>
</property>
<property>
<name>onorderchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the list order is changed</description>
+ <description>The client-side script method to be called before the list order is changed</description>
</property>
<property>
@@ -452,7 +452,7 @@
<name>ontopclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Top' button is clicked
+ The client-side script method to be called when the 'Top' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -460,7 +460,7 @@
<name>onupclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Up' button is clicked
+ The client-side script method to be called when the 'Up' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -468,7 +468,7 @@
<name>ondownclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Down' button is clicked
+ The client-side script method to be called when the 'Down' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -476,7 +476,7 @@
<name>onbottomclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Bottom' button is clicked
+ The client-side script method to be called when the 'Bottom' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -485,7 +485,7 @@
<name>oncopyallclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Copy All' button is clicked
+ The client-side script method to be called when the 'Copy All' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -493,7 +493,7 @@
<name>oncopyclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Copy' button is clicked
+ The client-side script method to be called when the 'Copy' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -501,7 +501,7 @@
<name>onremoveclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Remove' button is clicked
+ The client-side script method to be called when the 'Remove' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -509,7 +509,7 @@
<name>onremoveallclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Remove All' button is clicked
+ The client-side script method to be called when the 'Remove All' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -517,31 +517,31 @@
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component is clicked</description>
+ <description>The client-side script method to be called when the component is clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>ondblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component is double-clicked</description>
+ <description>The client-side script method to be called when the component is double-clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the component</description>
+ <description>The client-side script method to be called when a pointer is moved away from the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the component</description>
+ <description>The client-side script method to be called when a pointer is moved within the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the component</description>
+ <description>The client-side script method to be called when a pointer is moved onto the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property hidden="true">
@@ -551,12 +551,12 @@
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component gets the focus</description>
+ <description>The client-side script method to be called when the component gets the focus</description>
</property>
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component loses the focus</description>
+ <description>The client-side script method to be called when the component loses the focus</description>
</property>
<property>
Modified: branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/menu-components/src/main/config/component/menucomponents.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -95,28 +95,28 @@
<property>
<name>onmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the menu group</description>
+ <description>The client-side script method to be called when a pointer is moved within the menu group</description>
</property>
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the menu group</description>
+ <description>The client-side script method to be called when a pointer is moved away from the menu group</description>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the menu group</description>
+ <description>The client-side script method to be called when a pointer is moved onto the menu group</description>
</property>
<property>
<name>onopen</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a group is
+ <description>The client-side script method to be called when a group is
opened</description>
</property>
<property>
<name>onclose</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a group is
+ <description>The client-side script method to be called when a group is
closed</description>
</property>
@@ -243,7 +243,7 @@
<property>
<name>onselect</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when
+ <description>The client-side script method to be called when
a menu item is selected</description>
</property>
<property hidden="true">
Modified: branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
--- branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -124,41 +124,41 @@
<property>
<name>onshow</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the modal panel is displayed</description>
+ <description>The client-side script method to be called when the modal panel is displayed</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onhide</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called after the modal panel is hidden</description>
+ <description>The client-side script method to be called after the modal panel is hidden</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the modal panel is moved</description>
+ <description>The client-side script method to be called before the modal panel is moved</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onbeforeshow</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the modal panel is opened</description>
+ <description>The client-side script method to be called before the modal panel is opened</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onbeforehide</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the modal panel is hidden</description>
+ <description>The client-side script method to be called before the modal panel is hidden</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onresize</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the modal panel is resized</description>
+ <description>The client-side script method to be called when the modal panel is resized</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -238,49 +238,49 @@
<property>
<name>onmaskclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a left mouse button is clicked outside the modal panel</description>
+ <description>The client-side script method to be called when a left mouse button is clicked outside the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmaskdblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a left mouse button is double-clicked outside the modal panel</description>
+ <description>The client-side script method to be called when a left mouse button is double-clicked outside the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmaskcontextmenu</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a right mouse button is clicked outside the modal panel</description>
+ <description>The client-side script method to be called when a right mouse button is clicked outside the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmaskmouseup</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is released outside the modal panel</description>
+ <description>The client-side script method to be called when a mouse button is released outside the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmaskmousedown</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a mouse button is pressed down outside the modal panel</description>
+ <description>The client-side script method to be called when a mouse button is pressed down outside the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmaskmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved outside the modal panel</description>
+ <description>The client-side script method to be called when a pointer is moved outside the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmaskmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the modal panel</description>
+ <description>The client-side script method to be called when a pointer is moved onto the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmaskmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the modal panel</description>
+ <description>The client-side script method to be called when a pointer is moved away from the modal panel</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
Modified: branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/orderingList/src/main/config/component/orderinglist.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -222,7 +222,7 @@
<name>onorderchanged</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the list order is changed
+ The client-side script method to be called when the list order is changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -230,7 +230,7 @@
<name>onorderchange</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called before the list order is changed
+ The client-side script method to be called before the list order is changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -238,7 +238,7 @@
<name>ontopclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Top' button is clicked
+ The client-side script method to be called when the 'Top' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -246,7 +246,7 @@
<name>onupclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Up' button is clicked
+ The client-side script method to be called when the 'Up' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -254,7 +254,7 @@
<name>ondownclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Down' button is clicked
+ The client-side script method to be called when the 'Down' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -262,7 +262,7 @@
<name>onbottomclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the 'Bottom' button is clicked
+ The client-side script method to be called when the 'Bottom' button is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -270,7 +270,7 @@
<name>onheaderclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the list header is clicked
+ The client-side script method to be called when the list header is clicked
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -280,31 +280,31 @@
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component is clicked</description>
+ <description>The client-side script method to be called when the component is clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>ondblclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component is double-clicked</description>
+ <description>The client-side script method to be called when the component is double-clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved away from the component</description>
+ <description>The client-side script method to be called when a pointer is moved away from the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmousemove</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved within the component</description>
+ <description>The client-side script method to be called when a pointer is moved within the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pointer is moved onto the component</description>
+ <description>The client-side script method to be called when a pointer is moved onto the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
Modified: branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -82,7 +82,7 @@
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a panel bar is clicked</description>
+ <description>The client-side script method to be called when a panel bar is clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -94,7 +94,7 @@
<name>onitemchange</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a panel bar item is changed
+ The client-side script method to be called when a panel bar item is changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -102,7 +102,7 @@
<name>onmouseover</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved onto the component
+ The client-side script method to be called when a pointer is moved onto the component
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -110,7 +110,7 @@
<name>onmouseout</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved away from the component
+ The client-side script method to be called when a pointer is moved away from the component
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -118,7 +118,7 @@
<name>onmousemove</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved within the component
+ The client-side script method to be called when a pointer is moved within the component
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -225,7 +225,7 @@
<name>onenter</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a panel bar item is opened
+ The client-side script method to be called when a panel bar item is opened
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -234,7 +234,7 @@
<name>onleave</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a panel bar item is leaved
+ The client-side script method to be called when a panel bar item is leaved
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
Modified: branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -302,7 +302,7 @@
&ui_output_attributes;<property>
<name>onclick</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component is clicked</description>
+ <description>The client-side script method to be called when the component is clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -315,7 +315,7 @@
<name>onmouseout</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved away from the component
+ The client-side script method to be called when a pointer is moved away from the component
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -323,7 +323,7 @@
<name>onmousemove</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved within the component
+ The client-side script method to be called when a pointer is moved within the component
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -331,26 +331,26 @@
<name>onmouseover</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved onto the component
+ The client-side script method to be called when a pointer is moved onto the component
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onitemhover</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a panel menu item is hovered</description>
+ <description>The client-side script method to be called when a panel menu item is hovered</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>ongroupcollapse</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when some group is closed</description>
+ <description>The client-side script method to be called when some group is closed</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>ongroupexpand</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when some group is activated</description>
+ <description>The client-side script method to be called when some group is activated</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -472,13 +472,13 @@
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pane menu group is closed</description>
+ <description>The client-side script method to be called when a pane menu group is closed</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onexpand</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when a pane menu group is opened</description>
+ <description>The client-side script method to be called when a pane menu group is opened</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
Modified: branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -273,12 +273,12 @@
<property>
<name>onlistchanged</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before the list is changed</description>
+ <description>The client-side script method to be called before the list is changed</description>
</property>
<property>
<name>onlistchange</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the list is changed</description>
+ <description>The client-side script method to be called when the list is changed</description>
</property>
<property>
<name>disabled</name>
@@ -324,12 +324,12 @@
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component gets the focus</description>
+ <description>The client-side script method to be called when the component gets the focus</description>
</property>
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called when the component loses the focus</description>
+ <description>The client-side script method to be called when the component loses the focus</description>
</property>
<property>
Modified: branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/simpleTogglePanel/src/main/config/component/simpleTogglePanel.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -112,14 +112,14 @@
<property>
<name>onexpand</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before a panel is expanded</description>
+ <description>The client-side script method to be called before a panel is expanded</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description>The client side script method to be called before a panel is collapsed</description>
+ <description>The client-side script method to be called before a panel is collapsed</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
Modified: branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -244,28 +244,28 @@
<name>onblur</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the element loses the focus
+ The client-side script method to be called when the element loses the focus
</description>
</property>
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the element is clicked
+ The client-side script method to be called when the element is clicked
</description>
</property>
<property>
<name>ondblclick</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the element is double-clicked
+ The client-side script method to be called when the element is double-clicked
</description>
</property>
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the element gets the
+ The client-side script method to be called when the element gets the
focus
</description>
</property>
@@ -273,56 +273,56 @@
<name>onmousedown</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a mouse button is pressed down over the element
+ The client-side script method to be called when a mouse button is pressed down over the element
</description>
</property>
<property>
<name>onmouseup</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a mouse button is released over the element
+ The client-side script method to be called when a mouse button is released over the element
</description>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved onto the element
+ The client-side script method to be called when a pointer is moved onto the element
</description>
</property>
<property>
<name>onmousemove</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved within the element
+ The client-side script method to be called when a pointer is moved within the element
</description>
</property>
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a pointer is moved away from the element
+ The client-side script method to be called when a pointer is moved away from the element
</description>
</property>
<property>
<name>onkeypress</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a key is pressed and released over the element
+ The client-side script method to be called when a key is pressed and released over the element
</description>
</property>
<property>
<name>onkeydown</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a key is pressed down over the element
+ The client-side script method to be called when a key is pressed down over the element
</description>
</property>
<property>
<name>onkeyup</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when a key is released over
+ The client-side script method to be called when a key is released over
the element
</description>
</property>
@@ -428,7 +428,7 @@
<name>oncomplete</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called after the request is completed
+ The client-side script method to be called after the request is completed
</description>
</property>
Modified: branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml
===================================================================
--- branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2009-06-03 17:08:39 UTC (rev 14462)
+++ branches/community/3.3.X/ui/virtualEarth/src/main/config/component/virtualEarth.xml 2009-06-03 17:47:22 UTC (rev 14463)
@@ -32,7 +32,7 @@
<name>onLoadMap</name>
<classname>java.lang.String</classname>
<description>
- The client side script method to be called when the Virtual Earth object is initiated
+ The client-side script method to be called when the Virtual Earth object is initiated
</description>
<defaultvalue>""</defaultvalue>
</property>
15 years, 7 months
JBoss Rich Faces SVN: r14462 - branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2009-06-03 13:08:39 -0400 (Wed, 03 Jun 2009)
New Revision: 14462
Modified:
branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
Log:
RF-7301
Modified: branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss
===================================================================
--- branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss 2009-06-03 16:59:48 UTC (rev 14461)
+++ branches/community/3.3.X/ui/panelmenu/src/main/resources/org/richfaces/renderkit/html/css/panelMenu.xcss 2009-06-03 17:08:39 UTC (rev 14462)
@@ -10,22 +10,23 @@
padding-right: 4px;
}
+ .rich-pmenu-group {
+ padding: 2px 1px 1px;
+ margin-top:1px;
+ cursor:pointer;
+ border-top: 1px solid;
+ }
+
.rich-pmenu-top-group {
height: 20px;
-
+ border-top: none;
+ margin-top: 0;
background-repeat: repeat-x;
background-position: left top;
padding: 2px 1px 2px 2px;
cursor: pointer;
}
- .rich-pmenu-group {
- padding: 2px 1px 1px;
- margin-top:1px;
- cursor:pointer;
- border-top: 1px solid;
- }
-
.rich-pmenu-item {
border-top: 1px solid;
cursor: pointer;
@@ -53,6 +54,14 @@
</f:verbatim>
+ <u:selector name=".rich-pmenu-group">
+ <u:style name="font-weight" skin="headerWeightFont"/>
+ <u:style name="font-family" skin="headerFamilyFont"/>
+ <u:style name="font-size" skin="headerSizeFont"/>
+ <u:style name="color" skin="generalTextColor"/>
+ <u:style name="border-top-color" skin="tableBorderColor"/>
+ </u:selector>
+
<u:selector name=".rich-pmenu-top-group">
<u:style name="font-weight" skin="headerWeightFont"/>
<u:style name="font-family" skin="generalFamilyFont"/>
@@ -64,14 +73,6 @@
</u:style>
</u:selector>
- <u:selector name=".rich-pmenu-group">
- <u:style name="font-weight" skin="headerWeightFont"/>
- <u:style name="font-family" skin="headerFamilyFont"/>
- <u:style name="font-size" skin="headerSizeFont"/>
- <u:style name="color" skin="generalTextColor"/>
- <u:style name="border-top-color" skin="tableBorderColor"/>
- </u:selector>
-
<u:selector name=".rich-pmenu-item">
<u:style name="font-family" skin="generalFamilyFont"/>
<u:style name="font-weight" skin="generalWeightFont"/>
15 years, 7 months
JBoss Rich Faces SVN: r14461 - in branches/community/3.3.X/cdk/generator/src/main: java/org/ajax4jsf/templatecompiler/elements and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-06-03 12:59:48 -0400 (Wed, 03 Jun 2009)
New Revision: 14461
Added:
branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/NameValuePair.java
branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptObjectTemplateElement.java
branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptOptionTemplateElement.java
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptObject.vm
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptOption.vm
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptObject.vm
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptOption.vm
Modified:
branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/el/ELCompiler.java
branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/A4JRendererElementsFactory.java
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm
branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/ComponentTemplate.vm
Log:
https://jira.jboss.org/jira/browse/RF-7247
Modified: branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/el/ELCompiler.java
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/el/ELCompiler.java 2009-06-03 16:15:49 UTC (rev 14460)
+++ branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/el/ELCompiler.java 2009-06-03 16:59:48 UTC (rev 14461)
@@ -240,7 +240,7 @@
}
if (returnValue) {
- sbMain.append(" isEmpty( ");
+ sbMain.append(" getUtils().isEmpty( ");
sbMain.append(sb1);
sbMain.append(" ) ");
}
Modified: branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/A4JRendererElementsFactory.java
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/A4JRendererElementsFactory.java 2009-06-03 16:15:49 UTC (rev 14460)
+++ branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/A4JRendererElementsFactory.java 2009-06-03 16:59:48 UTC (rev 14461)
@@ -30,7 +30,14 @@
import org.ajax4jsf.templatecompiler.elements.html.CommentElement;
import org.ajax4jsf.templatecompiler.elements.html.PIElement;
import org.ajax4jsf.templatecompiler.elements.html.TextElement;
+import org.ajax4jsf.templatecompiler.elements.std.ForEachTemplateElement;
+import org.ajax4jsf.templatecompiler.elements.std.IFTemplateElement;
+import org.ajax4jsf.templatecompiler.elements.std.ObjectTemplateElement;
+import org.ajax4jsf.templatecompiler.elements.std.ScriptObjectTemplateElement;
+import org.ajax4jsf.templatecompiler.elements.std.ScriptOptionTemplateElement;
+import org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement;
import org.ajax4jsf.templatecompiler.elements.vcp.AjaxRenderedAreaElement;
+import org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement;
import org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement;
import org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement;
import org.apache.commons.logging.Log;
@@ -61,23 +68,14 @@
private final static HashMap<String, String> mapClasses = new HashMap<String, String>();
static {
- mapClasses
- .put("c:set",
- "org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement");
- mapClasses
- .put("c:object",
- "org.ajax4jsf.templatecompiler.elements.std.ObjectTemplateElement");
- mapClasses.put("c:if",
- "org.ajax4jsf.templatecompiler.elements.std.IFTemplateElement");
- mapClasses
- .put("c:forEach",
- "org.ajax4jsf.templatecompiler.elements.std.ForEachTemplateElement");
- mapClasses
- .put("f:clientid",
- "org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement");
- mapClasses
- .put("f:clientId",
- "org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement");
+ mapClasses.put("c:scriptObject", ScriptObjectTemplateElement.class.getName());
+ mapClasses.put("c:scriptOption", ScriptOptionTemplateElement.class.getName());
+ mapClasses.put("c:set", SetTemplateElement.class.getName());
+ mapClasses.put("c:object", ObjectTemplateElement.class.getName());
+ mapClasses.put("c:if", IFTemplateElement.class.getName());
+ mapClasses.put("c:forEach", ForEachTemplateElement.class.getName());
+ mapClasses.put("f:clientid", FClientIDTemplateElement.class.getName());
+ mapClasses.put("f:clientId", FClientIDTemplateElement.class.getName());
mapClasses.put("f:insertComponent",
"org.ajax4jsf.templatecompiler.elements.vcp.InsertComponent");
Added: branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/NameValuePair.java
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/NameValuePair.java (rev 0)
+++ branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/NameValuePair.java 2009-06-03 16:59:48 UTC (rev 14461)
@@ -0,0 +1,89 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.ajax4jsf.templatecompiler.elements;
+
+/**
+ * @author Nick Belaevski
+ * @since 3.3.2
+ */
+public class NameValuePair {
+
+ private String name;
+
+ private String value;
+
+ public NameValuePair(String name, String value) {
+ super();
+ this.name = name;
+ this.value = value;
+ }
+
+ public String getName() {
+ return name;
+ }
+
+ public String getValue() {
+ return value;
+ }
+
+ /* (non-Javadoc)
+ * @see java.lang.Object#hashCode()
+ */
+ @Override
+ public int hashCode() {
+ final int prime = 31;
+ int result = 1;
+ result = prime * result + ((name == null) ? 0 : name.hashCode());
+ result = prime * result + ((value == null) ? 0 : value.hashCode());
+ return result;
+ }
+
+ /* (non-Javadoc)
+ * @see java.lang.Object#equals(java.lang.Object)
+ */
+ @Override
+ public boolean equals(Object obj) {
+ if (this == obj)
+ return true;
+ if (obj == null)
+ return false;
+ if (getClass() != obj.getClass())
+ return false;
+ NameValuePair other = (NameValuePair) obj;
+ if (name == null) {
+ if (other.name != null)
+ return false;
+ } else if (!name.equals(other.name))
+ return false;
+ if (value == null) {
+ if (other.value != null)
+ return false;
+ } else if (!value.equals(other.value))
+ return false;
+ return true;
+ }
+
+ @Override
+ public String toString() {
+ return name + ": "+ value;
+ }
+}
\ No newline at end of file
Added: branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptObjectTemplateElement.java
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptObjectTemplateElement.java (rev 0)
+++ branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptObjectTemplateElement.java 2009-06-03 16:59:48 UTC (rev 14461)
@@ -0,0 +1,90 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.ajax4jsf.templatecompiler.elements.std;
+
+import java.util.HashMap;
+
+import org.ajax4jsf.templatecompiler.builder.CompilationContext;
+import org.ajax4jsf.templatecompiler.builder.CompilationException;
+import org.ajax4jsf.templatecompiler.elements.A4JRendererElementsFactory;
+import org.ajax4jsf.templatecompiler.elements.TemplateElement;
+import org.ajax4jsf.templatecompiler.elements.TemplateElementBase;
+import org.apache.velocity.VelocityContext;
+import org.w3c.dom.NamedNodeMap;
+import org.w3c.dom.Node;
+
+/**
+ * Processing c:scriptObject
+ *
+ * @author Nick Belaevski
+ * @since 3.3.2
+ *
+ */
+public class ScriptObjectTemplateElement extends TemplateElementBase {
+
+ private static final String TEMPLATE = A4JRendererElementsFactory.TEMPLATES_TEMPLATECOMPILER_PATH+"/scriptObject.vm";
+
+ private String variableName;
+
+ private static final Class<?> VARIABLE_TYPE = HashMap.class;
+
+ public ScriptObjectTemplateElement(final Node element,
+ final CompilationContext componentBean) {
+ super(element, componentBean);
+
+ NamedNodeMap nnm = element.getAttributes();
+ variableName = nnm.getNamedItem("var").getNodeValue();
+ if (variableName == null || variableName.length() == 0) {
+ throw new RuntimeException("'var' attribute required for c:scriptObject tag!");
+ }
+
+ this.getComponentBean().addVariable(variableName, VARIABLE_TYPE);
+ }
+
+ @Override
+ public void addSubElement(TemplateElement e) {
+ super.addSubElement(e);
+
+ if (e instanceof ScriptOptionTemplateElement) {
+ ((ScriptOptionTemplateElement) e).setMapName(variableName);
+ }
+ }
+
+ public String getBeginElement() throws CompilationException {
+ VelocityContext context = new VelocityContext();
+ context.put("variable", this.variableName);
+ context.put("type", VARIABLE_TYPE.getName().replace('$', '.'));
+
+ return this.getComponentBean().processTemplate(getTemplateName(), context);
+ }
+
+ /**
+ * @return
+ */
+ protected String getTemplateName() {
+ return TEMPLATE;
+ }
+
+ public String getEndElement() {
+ return null;
+ }
+}
\ No newline at end of file
Added: branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptOptionTemplateElement.java
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptOptionTemplateElement.java (rev 0)
+++ branches/community/3.3.X/cdk/generator/src/main/java/org/ajax4jsf/templatecompiler/elements/std/ScriptOptionTemplateElement.java 2009-06-03 16:59:48 UTC (rev 14461)
@@ -0,0 +1,184 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.ajax4jsf.templatecompiler.elements.std;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Locale;
+
+import org.ajax4jsf.templatecompiler.builder.CompilationContext;
+import org.ajax4jsf.templatecompiler.builder.CompilationException;
+import org.ajax4jsf.templatecompiler.el.ELParser;
+import org.ajax4jsf.templatecompiler.elements.A4JRendererElementsFactory;
+import org.ajax4jsf.templatecompiler.elements.NameValuePair;
+import org.ajax4jsf.templatecompiler.elements.TemplateElementBase;
+import org.apache.velocity.VelocityContext;
+import org.w3c.dom.NamedNodeMap;
+import org.w3c.dom.Node;
+
+/**
+ * Processing c:scriptOption
+ * @author Nick Belaevski
+ * @since 3.3.2
+ */
+public class ScriptOptionTemplateElement extends TemplateElementBase {
+
+ private static final String TEMPLATE = A4JRendererElementsFactory.TEMPLATES_TEMPLATECOMPILER_PATH+"/scriptOption.vm";
+
+ private List<NameValuePair> values = new ArrayList<NameValuePair>();
+
+ private String defaultValue;
+
+ private String mapName;
+
+ private String variables = null;
+ private String attributes = null;
+
+ private String name = null;
+ private String value = null;
+
+ private String wrapperName;
+
+ private static boolean isEmpty(String s) {
+ return s == null || s.length() == 0;
+ }
+
+ private static String getWrapperName(String wrapper) {
+ String result = "DEFAULT";
+
+ if (!isEmpty(wrapper)) {
+ result = wrapper.replaceAll("(\\p{Upper})", "_$1").toUpperCase(Locale.US);
+ }
+
+ return result;
+ }
+
+ private void initializeSettings(Node element) {
+ NamedNodeMap nnm = element.getAttributes();
+
+ Node variablesNode = nnm.getNamedItem("variables");
+ if (variablesNode != null) {
+ variables = variablesNode.getNodeValue();
+ }
+
+ Node attributesNode = nnm.getNamedItem("attributes");
+ if (attributesNode != null) {
+ attributes = attributesNode.getNodeValue();
+ }
+
+ Node nameNode = nnm.getNamedItem("name");
+ if (nameNode != null) {
+ name = nameNode.getNodeValue();
+ }
+
+ Node valueNode = nnm.getNamedItem("value");
+ if (valueNode != null) {
+ value = valueNode.getNodeValue();
+ }
+
+ Node defaultValueNode = nnm.getNamedItem("defaultValue");
+ if (defaultValueNode != null) {
+ defaultValue = defaultValueNode.getNodeValue();
+ }
+
+ Node wrapperNode = nnm.getNamedItem("wrapper");
+ String wrapperNodeValue = null;
+ if (wrapperNode != null) {
+ wrapperNodeValue = wrapperNode.getNodeValue();
+ }
+
+ wrapperName = getWrapperName(wrapperNodeValue);
+ }
+
+ private void checkSettings() {
+ if (!isEmpty(attributes) || !isEmpty(variables)) {
+ if (!isEmpty(name) || !isEmpty(value)) {
+ throw new RuntimeException("c:scriptOption tag misconfiguration: use either 'attributes'/'variables' or 'name' and 'value'!");
+ }
+ } else {
+ if (isEmpty(name) || isEmpty(value)) {
+ throw new RuntimeException("c:scriptOption tag misconfiguration: 'name' and 'value' should be both set!");
+ }
+ }
+ }
+
+ private void addELValues(String namesList, String elFormat, CompilationContext componentBean) {
+ if (!isEmpty(namesList)) {
+ String[] attributesSet = namesList.split(",");
+ for (String attribute : attributesSet) {
+ String trimmedAttribute = attribute.trim();
+ if (trimmedAttribute.length() != 0) {
+ String elExpression = String.format(elFormat, trimmedAttribute);
+ values.add(new NameValuePair(trimmedAttribute,
+ ELParser.compileEL(elExpression, componentBean)));
+ }
+ }
+ }
+ }
+
+ public ScriptOptionTemplateElement(Node element,
+ CompilationContext componentBean) {
+ super(element, componentBean);
+
+ componentBean.addToImport("org.ajax4jsf.renderkit.RendererUtils.ScriptHashVariableWrapper");
+
+ initializeSettings(element);
+ checkSettings();
+
+ addELValues(this.attributes, "#{component.attributes['%s']}", componentBean);
+ addELValues(this.variables, "#{%s}", componentBean);
+
+ if (!isEmpty(name) && !isEmpty(value)) {
+ values.add(new NameValuePair(name.trim(), ELParser.compileEL(value.trim(), componentBean)));
+ }
+ }
+
+ public void setMapName(String mapName) {
+ this.mapName = mapName;
+ }
+
+ protected String getTemplateName() {
+ return TEMPLATE;
+ }
+
+ public String getBeginElement() throws CompilationException {
+ VelocityContext context = new VelocityContext();
+
+ context.put("mapName", mapName);
+ context.put("valuesList", values);
+
+ if (!isEmpty(defaultValue)) {
+ context.put("defaultValue", defaultValue);
+ } else {
+ context.put("defaultValue", null);
+ }
+
+ context.put("wrapperName", wrapperName);
+
+ return this.getComponentBean().processTemplate(getTemplateName(), context);
+ }
+
+ public String getEndElement() throws CompilationException {
+ return null;
+ }
+
+}
Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm 2009-06-03 16:15:49 UTC (rev 14460)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/ComponentTemplate.vm 2009-06-03 16:59:48 UTC (rev 14461)
@@ -83,7 +83,6 @@
//
#end
-
private String convertToString(Object obj ) {
return ( obj == null ? "" : obj.toString() );
}
@@ -97,25 +96,6 @@
return b!=Long.MIN_VALUE?String.valueOf(b):"";
}
- private boolean isEmpty(Object o) {
- if (null == o) {
- return true;
- }
- if (o instanceof String ) {
- return (0 == ((String)o).length());
- }
- if (o instanceof Collection) {
- return (0 == ((Collection)o).size());
- }
- if (o instanceof Map) {
- return (0 == ((Map)o).size());
- }
- if (o.getClass().isArray()) {
- return (0 == ((Object [])o).length);
- }
- return false;
- }
-
/**
* Get base component class, targetted for this renderer. Used for check arguments in decode/encode.
* @return
Added: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptObject.vm
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptObject.vm (rev 0)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptObject.vm 2009-06-03 16:59:48 UTC (rev 14461)
@@ -0,0 +1 @@
+$type $variable = new $type();
\ No newline at end of file
Added: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptOption.vm
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptOption.vm (rev 0)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates/templatecompiler/scriptOption.vm 2009-06-03 16:59:48 UTC (rev 14461)
@@ -0,0 +1,3 @@
+#foreach ($nvp in $valuesList)
+ getUtils().addToScriptHash(${mapName}, "${nvp.name}", ${nvp.value}, #if ($defaultValue) "${defaultValue}" #else null #end, ScriptHashVariableWrapper.${wrapperName});
+#end
\ No newline at end of file
Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/ComponentTemplate.vm
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/ComponentTemplate.vm 2009-06-03 16:15:49 UTC (rev 14460)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/ComponentTemplate.vm 2009-06-03 16:59:48 UTC (rev 14461)
@@ -83,7 +83,6 @@
//
#end
-
private String convertToString(Object obj ) {
return ( obj == null ? "" : obj.toString() );
}
@@ -97,25 +96,6 @@
return b!=Long.MIN_VALUE?String.valueOf(b):"";
}
- private boolean isEmpty(Object o) {
- if (null == o) {
- return true;
- }
- if (o instanceof String ) {
- return (0 == ((String)o).length());
- }
- if (o instanceof Collection) {
- return (0 == ((Collection)o).size());
- }
- if (o instanceof Map) {
- return (0 == ((Map)o).size());
- }
- if (o.getClass().isArray()) {
- return (0 == ((Object [])o).length);
- }
- return false;
- }
-
/**
* Get base component class, targetted for this renderer. Used for check arguments in decode/encode.
* @return
Added: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptObject.vm
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptObject.vm (rev 0)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptObject.vm 2009-06-03 16:59:48 UTC (rev 14461)
@@ -0,0 +1 @@
+$type $variable = new $type();
\ No newline at end of file
Added: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptOption.vm
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptOption.vm (rev 0)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/templates12/templatecompiler/scriptOption.vm 2009-06-03 16:59:48 UTC (rev 14461)
@@ -0,0 +1,3 @@
+#foreach ($nvp in $valuesList)
+ getUtils().addToScriptHash(${mapName}, "${nvp.name}", ${nvp.value}, #if ($defaultValue) "${defaultValue}" #else null #end, ScriptHashVariableWrapper.${wrapperName});
+#end
\ No newline at end of file
15 years, 7 months
JBoss Rich Faces SVN: r14460 - in branches/community/3.3.X/framework/impl/src: test/java/org/ajax4jsf and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-06-03 12:15:49 -0400 (Wed, 03 Jun 2009)
New Revision: 14460
Added:
branches/community/3.3.X/framework/impl/src/test/java/org/ajax4jsf/renderkit/
branches/community/3.3.X/framework/impl/src/test/java/org/ajax4jsf/renderkit/RendererUtilsTest.java
Modified:
branches/community/3.3.X/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java
Log:
https://jira.jboss.org/jira/browse/RF-7247
Modified: branches/community/3.3.X/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java
===================================================================
--- branches/community/3.3.X/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java 2009-06-03 16:06:29 UTC (rev 14459)
+++ branches/community/3.3.X/framework/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java 2009-06-03 16:15:49 UTC (rev 14460)
@@ -23,7 +23,9 @@
import java.awt.Dimension;
import java.io.IOException;
+import java.lang.reflect.Array;
import java.util.Arrays;
+import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
@@ -539,6 +541,93 @@
}
/**
+ * Checks if the argument passed in is empty or not.
+ * Object is empty if it is: <br />
+ * - <code>null<code><br />
+ * - zero-length string<br />
+ * - empty collection<br />
+ * - empty map<br />
+ * - zero-length array<br />
+ *
+ * @param o object to check for emptiness
+ * @since 3.3.2
+ * @return <code>true</code> if the argument is empty, <code>false</code> otherwise
+ */
+ public boolean isEmpty(Object o) {
+ if (null == o) {
+ return true;
+ }
+ if (o instanceof String ) {
+ return (0 == ((String)o).length());
+ }
+ if (o instanceof Collection) {
+ return ((Collection<?>)o).isEmpty();
+ }
+ if (o instanceof Map) {
+ return ((Map<?, ?>)o).isEmpty();
+ }
+ if (o.getClass().isArray()) {
+ return Array.getLength(o) == 0;
+ }
+ return false;
+ }
+
+ public static enum ScriptHashVariableWrapper {
+ DEFAULT {
+
+ @Override
+ Object wrap(Object o) {
+ return o;
+ }
+
+ },
+
+ EVENT_HANDLER {
+
+ @Override
+ Object wrap(Object o) {
+ return new JSFunctionDefinition("event").addToBody(o);
+ }
+
+ };
+
+ abstract Object wrap(Object o);
+ }
+
+ /**
+ * Puts value into map under specified key if the value is not empty and not default.
+ * Performs optional value wrapping.
+ *
+ * @param hash
+ * @param name
+ * @param value
+ * @param defaultValue
+ * @param wrapper
+ *
+ * @since 3.3.2
+ */
+ public void addToScriptHash(Map<String, Object> hash,
+ String name,
+ Object value,
+ String defaultValue,
+ ScriptHashVariableWrapper wrapper) {
+
+ ScriptHashVariableWrapper wrapperOrDefault = wrapper != null ? wrapper : ScriptHashVariableWrapper.DEFAULT;
+
+ if (isValidProperty(value) && !isEmpty(value)) {
+ if (!isEmpty(defaultValue)) {
+ if (!defaultValue.equals(value.toString())) {
+ hash.put(name, wrapperOrDefault.wrap(value));
+ }
+ } else {
+ if (!(value instanceof Boolean) || ((Boolean) value).booleanValue()) {
+ hash.put(name, wrapperOrDefault.wrap(value));
+ }
+ }
+ }
+ }
+
+ /**
* Convert HTML attribute name to component property name.
*
* @param key
Added: branches/community/3.3.X/framework/impl/src/test/java/org/ajax4jsf/renderkit/RendererUtilsTest.java
===================================================================
--- branches/community/3.3.X/framework/impl/src/test/java/org/ajax4jsf/renderkit/RendererUtilsTest.java (rev 0)
+++ branches/community/3.3.X/framework/impl/src/test/java/org/ajax4jsf/renderkit/RendererUtilsTest.java 2009-06-03 16:15:49 UTC (rev 14460)
@@ -0,0 +1,166 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+package org.ajax4jsf.renderkit;
+
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+
+import org.ajax4jsf.javascript.JSFunctionDefinition;
+import org.ajax4jsf.renderkit.RendererUtils.ScriptHashVariableWrapper;
+
+import junit.framework.TestCase;
+
+/**
+ * @author Nick Belaevski
+ * @since 3.3.2
+ */
+public class RendererUtilsTest extends TestCase {
+
+ public void testIsEmpty() throws Exception {
+ RendererUtils utils = RendererUtils.getInstance();
+
+ assertTrue(utils.isEmpty(null));
+ assertFalse(utils.isEmpty(new Object()));
+ assertFalse(utils.isEmpty(Boolean.FALSE));
+ assertFalse(utils.isEmpty(Long.valueOf(0)));
+ assertFalse(utils.isEmpty(Integer.valueOf(0)));
+ assertFalse(utils.isEmpty(Short.valueOf((short) 0)));
+ assertFalse(utils.isEmpty(Byte.valueOf((byte) 0)));
+
+ assertTrue(utils.isEmpty(""));
+ assertFalse(utils.isEmpty("s"));
+
+ assertTrue(utils.isEmpty(new ArrayList<Object>()));
+ assertTrue(utils.isEmpty(Collections.EMPTY_LIST));
+
+ List<Object> testList = new ArrayList<Object>();
+ testList.add("x");
+ assertFalse(utils.isEmpty(testList));
+
+ assertTrue(utils.isEmpty(new HashMap<String, Object>()));
+ assertTrue(utils.isEmpty(Collections.EMPTY_MAP));
+
+ Map<String, Object> testMap = new HashMap<String, Object>();
+ testMap.put("x", "y");
+ assertFalse(utils.isEmpty(testMap));
+
+ assertTrue(utils.isEmpty(new Object[0]));
+ assertTrue(utils.isEmpty(new int[0]));
+
+ assertFalse(utils.isEmpty(new Object[1]));
+ assertFalse(utils.isEmpty(new int[1]));
+ }
+
+ public void testScriptHashVariableWrapper() throws Exception {
+ assertEquals("abc", RendererUtils.ScriptHashVariableWrapper.DEFAULT.wrap("abc"));
+
+ Object eventHandler = RendererUtils.ScriptHashVariableWrapper.EVENT_HANDLER.wrap("abc");
+ assertTrue(eventHandler instanceof JSFunctionDefinition);
+
+ JSFunctionDefinition handlerFunction = (JSFunctionDefinition) eventHandler;
+ assertEquals("function(event){abc}", handlerFunction.toScript().replaceAll("\\s", ""));
+ }
+
+ public void testAddToScriptHash() throws Exception {
+ Map<String,Object> hash = new HashMap<String, Object>();
+ RendererUtils utils = RendererUtils.getInstance();
+
+ utils.addToScriptHash(hash, "x", "y", null, null);
+ assertEquals("y", hash.get("x"));
+
+ utils.addToScriptHash(hash, "y", "", null, null);
+ assertNull(hash.get("y"));
+ assertFalse(hash.containsKey("y"));
+
+ utils.addToScriptHash(hash, "y1", null, null, null);
+ assertNull(hash.get("y1"));
+ assertFalse(hash.containsKey("y1"));
+
+ utils.addToScriptHash(hash, "st", "server", "", null);
+ assertEquals("server", hash.get("st"));
+
+ utils.addToScriptHash(hash, "st1", "ajax", "ajax", null);
+ assertNull(hash.get("st1"));
+ assertFalse(hash.containsKey("st1"));
+
+ utils.addToScriptHash(hash, "st2", "", "ajax", null);
+ assertNull(hash.get("st2"));
+ assertFalse(hash.containsKey("st2"));
+
+ utils.addToScriptHash(hash, "null", null, "server", null);
+ assertNull(hash.get("null"));
+ assertFalse(hash.containsKey("null"));
+
+ utils.addToScriptHash(hash, "b", false, null, null);
+ assertNull(hash.get("b"));
+ assertFalse(hash.containsKey("b"));
+
+ utils.addToScriptHash(hash, "b1", true, null, null);
+ assertEquals(Boolean.TRUE, hash.get("b1"));
+
+ utils.addToScriptHash(hash, "b2", true, "true", null);
+ assertNull(hash.get("b2"));
+ assertFalse(hash.containsKey("b2"));
+
+ utils.addToScriptHash(hash, "b3", false, "true", null);
+ assertEquals(Boolean.FALSE, hash.get("b3"));
+
+ utils.addToScriptHash(hash, "b4", true, "false", null);
+ assertEquals(Boolean.TRUE, hash.get("b4"));
+
+ utils.addToScriptHash(hash, "b5", false, "false", null);
+ assertNull(hash.get("b5"));
+ assertFalse(hash.containsKey("b5"));
+
+ utils.addToScriptHash(hash, "i", Integer.valueOf(0), null, null);
+ assertEquals(Integer.valueOf(0), hash.get("i"));
+
+ utils.addToScriptHash(hash, "i1", Integer.valueOf(0), "0", null);
+ assertNull(hash.get("i1"));
+ assertFalse(hash.containsKey("i1"));
+
+ utils.addToScriptHash(hash, "i2", Integer.valueOf(0), "1", null);
+ assertEquals(Integer.valueOf(0), hash.get("i2"));
+
+ utils.addToScriptHash(hash, "i3", Integer.MIN_VALUE, null, null);
+ assertNull(hash.get("i3"));
+ assertFalse(hash.containsKey("i3"));
+
+ utils.addToScriptHash(hash, "i4", Integer.MIN_VALUE, "0", null);
+ assertNull(hash.get("i4"));
+ assertFalse(hash.containsKey("i4"));
+
+ utils.addToScriptHash(hash, "plain", "test", null, ScriptHashVariableWrapper.DEFAULT);
+ assertEquals("test", hash.get("plain"));
+
+ utils.addToScriptHash(hash, "plain1", "newtest", "blank", ScriptHashVariableWrapper.DEFAULT);
+ assertEquals("newtest", hash.get("plain1"));
+
+ utils.addToScriptHash(hash, "onclick", "alert(1)", null, ScriptHashVariableWrapper.EVENT_HANDLER);
+ assertTrue(hash.get("onclick") instanceof JSFunctionDefinition);
+
+ utils.addToScriptHash(hash, "onclick1", "alert(1)", "no-val", ScriptHashVariableWrapper.EVENT_HANDLER);
+ assertTrue(hash.get("onclick1") instanceof JSFunctionDefinition);
+ }
+}
15 years, 7 months
JBoss Rich Faces SVN: r14459 - in branches/community/3.3.X/ui/togglePanel/src: main/templates and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: pyaschenko
Date: 2009-06-03 12:06:29 -0400 (Wed, 03 Jun 2009)
New Revision: 14459
Modified:
branches/community/3.3.X/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/css/toggleControl.xcss
branches/community/3.3.X/ui/togglePanel/src/main/templates/toggleControl.jspx
branches/community/3.3.X/ui/togglePanel/src/test/java/org/richfaces/component/TogglePanelComponentTest.java
Log:
https://jira.jboss.org/jira/browse/RF-7306
Modified: branches/community/3.3.X/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/css/toggleControl.xcss
===================================================================
--- branches/community/3.3.X/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/css/toggleControl.xcss 2009-06-03 15:59:14 UTC (rev 14458)
+++ branches/community/3.3.X/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/css/toggleControl.xcss 2009-06-03 16:06:29 UTC (rev 14459)
@@ -3,7 +3,7 @@
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml" >
<f:verbatim><![CDATA[
- .dr-tglctrl{
+ .rich-toggle-ctrl{
}
Modified: branches/community/3.3.X/ui/togglePanel/src/main/templates/toggleControl.jspx
===================================================================
--- branches/community/3.3.X/ui/togglePanel/src/main/templates/toggleControl.jspx 2009-06-03 15:59:14 UTC (rev 14458)
+++ branches/community/3.3.X/ui/togglePanel/src/main/templates/toggleControl.jspx 2009-06-03 16:06:29 UTC (rev 14459)
@@ -20,7 +20,7 @@
x:passThruWithExclusions="id,href,name,onclick,class"
onclick="#{this:getOnClick(context,component)}; return false;"
- class="dr-tglctrl rich-tglctrl #{component.attributes['styleClass']}"
+ class="rich-toggle-ctrl #{component.attributes['styleClass']}"
>#{component.attributes['value']}
<vcp:body>
<f:call name="renderChildren" />
Modified: branches/community/3.3.X/ui/togglePanel/src/test/java/org/richfaces/component/TogglePanelComponentTest.java
===================================================================
--- branches/community/3.3.X/ui/togglePanel/src/test/java/org/richfaces/component/TogglePanelComponentTest.java 2009-06-03 15:59:14 UTC (rev 14458)
+++ branches/community/3.3.X/ui/togglePanel/src/test/java/org/richfaces/component/TogglePanelComponentTest.java 2009-06-03 16:06:29 UTC (rev 14459)
@@ -155,8 +155,7 @@
HtmlElement div_control = page.getHtmlElementById(toggleControl
.getClientId(facesContext));
String classAttr = div_control.getAttributeValue("class");
- assertTrue(classAttr.contains("dr-tglctrl"));
- assertTrue(classAttr.contains("rich-tglctrl"));
+ assertTrue(classAttr.contains("rich-toggle-ctrl"));
}
/**
15 years, 7 months
JBoss Rich Faces SVN: r14458 - in branches/community/3.3.X/ui/simpleTogglePanel/src: main/templates and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: pyaschenko
Date: 2009-06-03 11:59:14 -0400 (Wed, 03 Jun 2009)
New Revision: 14458
Modified:
branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss
branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
branches/community/3.3.X/ui/simpleTogglePanel/src/test/java/org/richfaces/component/SimpleTogglePanelComponentTest.java
Log:
https://jira.jboss.org/jira/browse/RF-7306
Modified: branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss 2009-06-03 15:46:18 UTC (rev 14457)
+++ branches/community/3.3.X/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss 2009-06-03 15:59:14 UTC (rev 14458)
@@ -4,7 +4,7 @@
xmlns="http://www.w3.org/1999/xhtml" >
<f:verbatim><![CDATA[
-.dr-stglpnl{
+.rich-stglpanel{
border-width : 1px;
border-style: solid;
padding : 1px;
@@ -12,11 +12,11 @@
background-repeat : no-repeat;
}
-.dr-stglpnl-m{
+.rich-stglpanel-marker-open, .rich-stglpanel-marker-close {
padding-right: 3px;
}
-.dr-stglpnl-h{
+.rich-stglpanel-header{
border-width: 1px;
border-style: solid;
cursor: pointer;
@@ -26,24 +26,24 @@
}
-.dr-stglpnl-b{
+.rich-stglpanel-body{
padding : 10px;
text-align : left;
vertical-align : top;
overflow: auto;
}
-.dr-stglpanel-marker{
+.rich-stglpanel-marker{
float: right;
}
]]>
</f:verbatim>
-<u:selector name=".dr-stglpnl">
+<u:selector name=".rich-stglpanel">
<u:style name="background-color" skin="generalBackgroundColor" />
<u:style name="border-color" skin="panelBorderColor" />
</u:selector>
-<u:selector name=".dr-stglpnl-h">
+<u:selector name=".rich-stglpanel-header">
<u:style name="background-color" skin="headerBackgroundColor" />
<u:style name="border-color" skin="headerBackgroundColor" />
<u:style name="font-size" skin="headerSizeFont" />
@@ -51,13 +51,13 @@
<u:style name="font-weight" skin="headerWeightFont" />
<u:style name="font-family" skin="headerFamilyFont" />
</u:selector>
-<u:selector name=".dr-stglpnl-b">
+<u:selector name=".rich-stglpanel-body">
<u:style name="background-color" skin="generalBackgroundColor" />
<u:style name="font-size" skin="generalSizeFont" />
<u:style name="color" skin="panelTextColor" />
<u:style name="font-family" skin="generalFamilyFont" />
</u:selector>
-<u:selector name=".dr-stglpnl-h">
+<u:selector name=".rich-stglpanel-header">
<u:style name="background-image" >
<f:resource f:key="org.richfaces.renderkit.html.GradientA"/>
</u:style>
Modified: branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx 2009-06-03 15:46:18 UTC (rev 14457)
+++ branches/community/3.3.X/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx 2009-06-03 15:59:14 UTC (rev 14458)
@@ -21,7 +21,7 @@
</h:scripts>
<div id="#{clientId}" x:passThruWithExclusions="id,value,style,styleClass,class"
- class="dr-stglpnl rich-stglpanel #{component.attributes['styleClass']}"
+ class="rich-stglpanel #{component.attributes['styleClass']}"
style="width: #{component.attributes['width']}; #{component.attributes['style']};">
<script type="text/javascript">
@@ -36,11 +36,11 @@
<f:call name="utils.encodeBeginFormIfNessesary"/>
<div id="#{clientId}_header"
- class="dr-stglpnl-h rich-stglpanel-header #{component.attributes['headerClass']}"
+ class="rich-stglpanel-header #{component.attributes['headerClass']}"
onclick="#{this:getOnClick(context,component)}">
- <div class="dr-stglpanel-marker rich-stglpanel-marker">
- <div id="#{clientId}_switch_on" style="display: #{this:getSwitchOnStatus(context, component)};" class="dr-stglpnl-m rich-stglpnl-marker">
+ <div class="rich-stglpanel-marker">
+ <div id="#{clientId}_switch_on" style="display: #{this:getSwitchOnStatus(context, component)};" class="rich-stglpanel-marker-close">
<jsp:scriptlet><![CDATA[
if(component.getFacet("closeMarker")!=null && component.getFacet("closeMarker").isRendered()) {
]]></jsp:scriptlet>
@@ -52,7 +52,7 @@
]]></jsp:scriptlet>
</div>
<div id="#{clientId}_switch_off"
- style="display: #{this:getSwitchOffStatus(context, component)};" class="dr-stglpnl-m rich-stglpnl-marker">
+ style="display: #{this:getSwitchOffStatus(context, component)};" class="rich-stglpanel-marker-open">
<jsp:scriptlet><![CDATA[
if(component.getFacet("openMarker")!=null && component.getFacet("openMarker").isRendered()) {
]]></jsp:scriptlet>
@@ -93,7 +93,7 @@
<f:call name="utils.encodeEndFormIfNessesary"/>
<div id="#{clientId}_body"
- class="dr-stglpnl-b rich-stglpanel-body #{component.attributes['bodyClass']}"
+ class="rich-stglpanel-body #{component.attributes['bodyClass']}"
style="display : #{this:getdivdisplay(context, component)};
height: #{component.attributes['height']};">
Modified: branches/community/3.3.X/ui/simpleTogglePanel/src/test/java/org/richfaces/component/SimpleTogglePanelComponentTest.java
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/src/test/java/org/richfaces/component/SimpleTogglePanelComponentTest.java 2009-06-03 15:46:18 UTC (rev 14457)
+++ branches/community/3.3.X/ui/simpleTogglePanel/src/test/java/org/richfaces/component/SimpleTogglePanelComponentTest.java 2009-06-03 15:59:14 UTC (rev 14458)
@@ -165,7 +165,6 @@
assertEquals("div", div1.getNodeName());
String classAttr1 = div1.getAttributeValue("class");
- assertTrue(classAttr1.contains("dr-stglpnl"));
assertTrue(classAttr1.contains("rich-stglpanel"));
HtmlDivision div2 = (HtmlDivision)page.getHtmlElementById(stp1.getClientId(facesContext) + "_header");
@@ -173,7 +172,6 @@
assertEquals("div", div2.getNodeName());
String classAttr2 = div2.getAttributeValue("class");
- assertTrue(classAttr2.contains("dr-stglpnl-h"));
assertTrue(classAttr2.contains("rich-stglpanel-header"));
HtmlElement div3 = page.getHtmlElementById(stp1.getClientId(facesContext) + "_switch_on");
15 years, 7 months
JBoss Rich Faces SVN: r14457 - in branches/community/3.3.X/ui/panelbar/src: main/templates and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2009-06-03 11:46:18 -0400 (Wed, 03 Jun 2009)
New Revision: 14457
Modified:
branches/community/3.3.X/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss
branches/community/3.3.X/ui/panelbar/src/main/templates/panelBar.jspx
branches/community/3.3.X/ui/panelbar/src/main/templates/panelBarItem.jspx
branches/community/3.3.X/ui/panelbar/src/test/java/org/richfaces/component/PanelBarComponentTest.java
Log:
RF-7300
Modified: branches/community/3.3.X/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss 2009-06-03 15:17:23 UTC (rev 14456)
+++ branches/community/3.3.X/ui/panelbar/src/main/resources/org/richfaces/renderkit/html/css/panelbar.xcss 2009-06-03 15:46:18 UTC (rev 14457)
@@ -4,33 +4,33 @@
xmlns="http://www.w3.org/1999/xhtml" >
<f:verbatim><![CDATA[
-.dr-pnlbar{
+.rich-panelbar{
border : 1px solid;
padding : 1px;
}
-.dr-pnlbar-int{
+.rich-panelbar-interior {
border-bottom : 0px !important;
}
-.dr-pnlbar-h{
+.rich-panelbar-header{
border : 0px solid red;
padding : 0px 1px 1px 5px;
cursor : pointer;
}
-.dr-pnlbar-h-act{
+.rich-panelbar-header-act{
border : 0px solid red;
padding : 0px 1px 1px 5px;
cursor : pointer;
}
-.dr-pnlbar-c{
+.rich-panelbar-content{
padding : 10px;
text-align : left;
vertical-align : top;
}
-.dr-pnlbar-b{
+.rich-panelbar-b{
border-top-width: 0px !important;
border-left-width: 0px !important;
border-right-width: 0px !important;
@@ -39,11 +39,11 @@
]]></f:verbatim>
-<u:selector name=".dr-pnlbar">
+<u:selector name=".rich-panelbar">
<u:style name="border-color" skin="headerBackgroundColor" />
</u:selector>
-<u:selector name=".dr-pnlbar-h">
+<u:selector name=".rich-panelbar-header">
<u:style name="background-image" >
<f:resource f:key="org.richfaces.renderkit.html.GradientA"/>
</u:style>
@@ -57,7 +57,7 @@
<u:style name="font-family" skin="headerFamilyFont" />
</u:selector>
-<u:selector name=".dr-pnlbar-h-act">
+<u:selector name=".rich-panelbar-header-act">
<u:style name="background-image" >
<f:resource f:key="org.richfaces.renderkit.html.GradientA"/>
</u:style>
@@ -72,14 +72,14 @@
</u:selector>
-<u:selector name=".dr-pnlbar-c">
+<u:selector name=".rich-panelbar-content">
<u:style name="color" skin="generalTextColor" />
<u:style name="font-size" skin="preferableDataSizeFont" />
<u:style name="font-family" skin="preferableDataFamilyFont" />
</u:selector>
-<u:selector name=".dr-pnlbar-int">
+<u:selector name=".rich-panelbar-interior">
<u:style name="background-color" skin="generalBackgroundColor" />
</u:selector>
Modified: branches/community/3.3.X/ui/panelbar/src/main/templates/panelBar.jspx
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/main/templates/panelBar.jspx 2009-06-03 15:17:23 UTC (rev 14456)
+++ branches/community/3.3.X/ui/panelbar/src/main/templates/panelBar.jspx 2009-06-03 15:46:18 UTC (rev 14457)
@@ -14,7 +14,7 @@
<f:clientid var="clientId" />
- <div id="#{clientId}" class="dr-pnlbar rich-panelbar dr-pnlbar-b #{component.attributes['styleClass']}" style="padding: 0px; #{this:height(context, component)} #{this:width(context, component)} #{component.attributes['style']}">
+ <div id="#{clientId}" class="rich-panelbar rich-panelbar-b #{component.attributes['styleClass']}" style="padding: 0px; #{this:height(context, component)} #{this:width(context, component)} #{component.attributes['style']}">
<vcp:body>
<f:call name="renderChildren"/>
</vcp:body>
Modified: branches/community/3.3.X/ui/panelbar/src/main/templates/panelBarItem.jspx
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/main/templates/panelBarItem.jspx 2009-06-03 15:17:23 UTC (rev 14456)
+++ branches/community/3.3.X/ui/panelbar/src/main/templates/panelBarItem.jspx 2009-06-03 15:46:18 UTC (rev 14457)
@@ -13,8 +13,8 @@
<c:object var="panel" value="#{component.panel}" type="javax.faces.component.UIComponent" />
- <div id="#{clientId}" class="dr-pnlbar rich-panelbar dr-pnlbar-int rich-panelbar-interior #{panel.attributes['styleClass']}" style="#{panel.attributes['style']}">
- <div class="dr-pnlbar-h rich-panelbar-header #{panel.attributes['headerClass']} #{component.attributes['headerClass']}"
+ <div id="#{clientId}" class="rich-panelbar rich-panelbar-interior #{panel.attributes['styleClass']}" style="#{panel.attributes['style']}">
+ <div class="rich-panelbar-header #{panel.attributes['headerClass']} #{component.attributes['headerClass']}"
style="#{panel.attributes['headerStyle']};#{component.attributes['headerStyle']}">
<jsp:scriptlet><![CDATA[
if(component.getFacet("label")!=null && component.getFacet("label").isRendered()) {
@@ -28,7 +28,7 @@
}
]]></jsp:scriptlet>
</div>
- <div class="dr-pnlbar-h-act rich-panelbar-header-act #{panel.attributes['headerClass']} #{component.attributes['headerClass']} #{panel.attributes['headerClassActive']} #{component.attributes['headerClassActive']}"
+ <div class="rich-panelbar-header-act #{panel.attributes['headerClass']} #{component.attributes['headerClass']} #{panel.attributes['headerClassActive']} #{component.attributes['headerClassActive']}"
style="#{panel.attributes['headerStyle']};#{component.attributes['headerStyle']};#{panel.attributes['headerStyleActive']};#{component.attributes['headerStyleActive']};display: none;">
<jsp:scriptlet><![CDATA[
@@ -45,7 +45,7 @@
</div>
<div style="display: none; width: 100%;" class="rich-panelbar-content-exterior">
- <table cellpadding="0" cellspacing="0" width="100%" style="height: 100%;"><tbody><tr><td class="dr-pnlbar-c rich-panelbar-content #{panel.attributes['contentClass']} #{component.attributes['contentClass']}"
+ <table cellpadding="0" cellspacing="0" width="100%" style="height: 100%;"><tbody><tr><td class="rich-panelbar-content #{panel.attributes['contentClass']} #{component.attributes['contentClass']}"
style="#{panel.attributes['contentStyle']};#{component.attributes['contentStyle']}">
<vcp:body>
<f:call name="renderChildren" />
Modified: branches/community/3.3.X/ui/panelbar/src/test/java/org/richfaces/component/PanelBarComponentTest.java
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/test/java/org/richfaces/component/PanelBarComponentTest.java 2009-06-03 15:17:23 UTC (rev 14456)
+++ branches/community/3.3.X/ui/panelbar/src/test/java/org/richfaces/component/PanelBarComponentTest.java 2009-06-03 15:46:18 UTC (rev 14457)
@@ -168,7 +168,7 @@
assertNotNull(div);
assertEquals("div", div.getNodeName());
String classAttr = div.getAttributeValue("class");
- assertTrue(classAttr.contains("dr-pnlbar rich-panelbar dr-pnlbar-b"));
+ assertTrue(classAttr.contains("rich-panelbar"));
assertTrue(classAttr.contains("panelBarStyleClass"));
classAttr = div.getAttributeValue("style");
assertTrue(classAttr.contains("width: 500px;"));
@@ -186,7 +186,7 @@
assertNotNull(div);
assertEquals("div", div.getNodeName());
classAttr = div.getAttributeValue("class");
- assertTrue(classAttr.contains("dr-pnlbar rich-panelbar dr-pnlbar-int rich-panelbar-interior"));
+ assertTrue(classAttr.contains("rich-panelbar rich-panelbar-interior"));
assertTrue(classAttr.contains("panelBarStyleClass"));
classAttr = div.getAttributeValue("style");
assertTrue(classAttr.contains("panelBarHeaderStyle"));
15 years, 7 months
JBoss Rich Faces SVN: r14456 - branches/community/3.3.X/ui/toolBar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-03 11:17:23 -0400 (Wed, 03 Jun 2009)
New Revision: 14456
Modified:
branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml 2009-06-03 15:16:55 UTC (rev 14455)
+++ branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml 2009-06-03 15:17:23 UTC (rev 14456)
@@ -97,52 +97,52 @@
<property>
<name>onitemkeydown</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed down on an item</description>
+ <description>The client-side script method to be called when a key is pressed down over an item</description>
</property>
<property>
<name>onitemkeypress</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed and released on an item</description>
+ <description>The client-side script method to be called when a key is pressed and released over an item</description>
</property>
<property>
<name>onitemkeyup</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is released on an item</description>
+ <description>The client-side script method to be called when a key is released over an item</description>
</property>
<property>
<name>onitemclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is clicked on an item</description>
+ <description>The client-side script method to be called when an item is clicked</description>
</property>
<property>
<name>onitemdblclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is double-clicked on an item</description>
+ <description>The client-side script method to be called when an item is double-clicked</description>
</property>
<property>
<name>onitemmousedown</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is pressed down on an item</description>
+ <description>The client-side script method to be called when a mouse button is pressed down over an item</description>
</property>
<property>
<name>onitemmousemove</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved on an item</description>
+ <description>The client-side script method to be called when a pointer is moved within an item</description>
</property>
<property>
<name>onitemmouseover</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto an item</description>
+ <description>The client-side script method to be called when a pointer is moved onto an item</description>
</property>
<property>
<name>onitemmouseout</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away from an item</description>
+ <description>The client-side script method to be called when a pointer is moved away from an item</description>
</property>
<property>
<name>onitemmouseup</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is released on an item</description>
+ <description>The client-side script method to be called when a mouse button is released over an item</description>
</property>
&html_events;
</component>
@@ -212,52 +212,52 @@
<property>
<name>onitemkeydown</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed down on an item</description>
+ <description>The client-side script method to be called when a key is pressed down over an item</description>
</property>
<property>
<name>onitemkeypress</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed and released on an item</description>
+ <description>The client-side script method to be called when a key is pressed and released over an item</description>
</property>
<property>
<name>onitemkeyup</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is released on an item</description>
+ <description>The client-side script method to be called when a key is released over an item</description>
</property>
<property>
<name>onitemclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is clicked on an item</description>
+ <description>The client-side script method to be called when an item is clicked</description>
</property>
<property>
<name>onitemdblclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is double-clicked on an item</description>
+ <description>The client-side script method to be called when an item is double-clicked</description>
</property>
<property>
<name>onitemmousedown</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is pressed down on an item</description>
+ <description>The client-side script method to be called when a mouse button is pressed down over an item</description>
</property>
<property>
<name>onitemmousemove</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved on an item</description>
+ <description>The client-side script method to be called when a pointer is moved within an item</description>
</property>
<property>
<name>onitemmouseover</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto an item</description>
+ <description>The client-side script method to be called when a pointer is moved onto an item</description>
</property>
<property>
<name>onitemmouseout</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away from an item</description>
+ <description>The client-side script method to be called when a pointer is moved away from an item</description>
</property>
<property>
<name>onitemmouseup</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is released on an item</description>
+ <description>The client-side script method to be called when a mouse button is released over an item</description>
</property>
</component>
</components>
\ No newline at end of file
15 years, 7 months
JBoss Rich Faces SVN: r14455 - branches/community/3.3.X/ui/tabPanel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-03 11:16:55 -0400 (Wed, 03 Jun 2009)
New Revision: 14455
Modified:
branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml 2009-06-03 15:16:19 UTC (rev 14454)
+++ branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml 2009-06-03 15:16:55 UTC (rev 14455)
@@ -123,7 +123,7 @@
<name>ontabchange</name>
<classname>java.lang.String</classname>
<description>
- HTML: a script expression; a tab has been changed
+ The client-side script method to be called before a tab is changed
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -221,7 +221,7 @@
<name>ontableave</name>
<classname>java.lang.String</classname>
<description>
- Event must occur on the tab which has been left
+ The client-side script method to be called when the tab is left
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -229,7 +229,7 @@
<name>ontabenter</name>
<classname>java.lang.String</classname>
<description>
- Event must occur on the tab which has been entered
+ The client-side script method to be called when the tab is switched
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -238,7 +238,7 @@
<name>onlabelkeypress</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a key within label is pressed and released
+ The client-side script method to be called when a key is pressed and released together with the pointer hovered over a tab label
</description>
</property>
@@ -246,7 +246,7 @@
<name>onlabeldblclick</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a pointer within label is double-clicked
+ The client-side script method to be called when a tab label is double-clicked
</description>
</property>
@@ -254,7 +254,7 @@
<name>onlabelkeyup</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a key within label is released
+ The client-side script method to be called when a key is released together with the pointer hovered over a tab label
</description>
</property>
@@ -262,7 +262,7 @@
<name>onlabelclick</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a label of the tab is clicked
+ The client-side script method to be called when a tab label is clicked
</description>
</property>
@@ -270,7 +270,7 @@
<name>onlabelkeydown</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a key within label is pressed down
+ The client-side script method to be called when a key is pressed down together with the pointer hovered over a tab label
</description>
</property>
@@ -278,7 +278,7 @@
<name>onlabelmouseup</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a pointer within label is released
+ The client-side script method to be called when a mouse button is released over a tab label
</description>
</property>
@@ -286,7 +286,7 @@
<name>onlabelmousedown</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a pointer within label is pressed down
+ The client-side script method to be called when a mouse button is pressed down over a tab label
</description>
</property>
@@ -294,7 +294,7 @@
<name>onlabelmousemove</name>
<classname>java.lang.String</classname>
<description>
- A JavaScript event handler; a pointer is moved within label
+ The client-side script method to be called when a pointer is moved within a tab label
</description>
</property>
15 years, 7 months
JBoss Rich Faces SVN: r14454 - branches/community/3.3.X/ui/suggestionbox/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-03 11:16:19 -0400 (Wed, 03 Jun 2009)
New Revision: 14454
Modified:
branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2009-06-03 15:15:44 UTC (rev 14453)
+++ branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2009-06-03 15:16:19 UTC (rev 14454)
@@ -156,7 +156,7 @@
<property>
<name>onsubmit</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression; before ajax event is submited</description>
+ <description>The client-side script method to be called before an ajax event is submitted</description>
</property>
<property hidden="true">
@@ -204,15 +204,15 @@
<name>onselect</name>
<classname>java.lang.String</classname>
<description>
- HTML: script expression; after
- value of target element is updated
+ The client-side script method to be called after the
+ value of the target element is updated
</description>
</property>
<property>
<name>onobjectchange</name>
<classname>java.lang.String</classname>
<description>
- HTML: script expression; selected objects are changed
+ The client-side script method to be called before the list of suggested objects is changed
</description>
</property>
15 years, 7 months