Author: cluts
Date: 2008-07-18 08:10:24 -0400 (Fri, 18 Jul 2008)
New Revision: 9683
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
trunk/ui/componentControl/src/main/config/component/componentControl.xml
trunk/ui/core/src/main/config/component/commandButton.xml
trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
trunk/ui/menu-components/src/main/config/component/menucomponents.xml
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
trunk/ui/pickList/src/main/config/component/picklist.xml
trunk/ui/toolBar/src/main/config/component/toolBar.xml
Log:
RF-696 - corrected descriptions of attributes for calendar, componentControl,
commandButton, column(s), inputNumberSpinner, listShuttle, menuGroup, orderingList,
pickList, toolBar components.
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2008-07-18 11:12:38 UTC (rev
9682)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2008-07-18 12:10:24 UTC (rev
9683)
@@ -165,10 +165,10 @@
<name>direction</name>
<classname>java.lang.String</classname>
<description>
- Defines direction of the calendar popup (top-left,
- top-right, bottom-left, bottom-right (Default), auto). Default value is
"bottom-right".
+ Defines direction of the calendar popup ("top-left",
+ "top-right", "bottom-left",
"bottom-right" (Default), "auto"). Default value is
"bottom-right".
</description>
- <defaultvalue>"bottom-right"</defaultvalue>
+ <defaultvalue>"bottom-right"</defaultvalue>
</property>
<property>
<name>weekDayLabels</name>
Modified: trunk/ui/componentControl/src/main/config/component/componentControl.xml
===================================================================
--- trunk/ui/componentControl/src/main/config/component/componentControl.xml 2008-07-18
11:12:38 UTC (rev 9682)
+++ trunk/ui/componentControl/src/main/config/component/componentControl.xml 2008-07-18
12:10:24 UTC (rev 9683)
@@ -36,7 +36,7 @@
<name>disableDefault</name>
<classname>boolean</classname>
<description>
- Disable default action for target event ( append "return false;" to
javascript )
+ Disable default action for target event ( append "return false;" to
JavaScript )
</description>
</property>
<property>
@@ -67,7 +67,7 @@
<name>operation</name>
<classname>java.lang.String</classname>
<description>
- The function of Javascript API that will be invoked. The API method
+ The function of JavaScript API that will be invoked. The API method
is attached to the 'component' property of the root DOM element
that represents
the target component. The function has two parameters - event and params. See:
'params'
attribute for details.
@@ -93,7 +93,7 @@
<description>
Client identifier of the component or id of the existing DOM element that is a
source
for given event. If attachTo is defined, the event is attached on the client
according
- to the AttachTiming attribute.
+ to the attachTiming attribute.
If attachTo is not defined, the event is attached on the server to the closest in
the
component tree parent component.
</description>
Modified: trunk/ui/core/src/main/config/component/commandButton.xml
===================================================================
--- trunk/ui/core/src/main/config/component/commandButton.xml 2008-07-18 11:12:38 UTC (rev
9682)
+++ trunk/ui/core/src/main/config/component/commandButton.xml 2008-07-18 12:10:24 UTC (rev
9683)
@@ -107,10 +107,10 @@
<classname>int</classname>
<description>Timeout ( in ms ) for request.</description>
</property>
- <property>
- <name>disabled</name>
- <classname>boolean</classname>
- <description>If true, disable this component on page.</description>
- </property>
+ <property>
+ <name>disabled</name>
+ <classname>boolean</classname>
+ <description>If "true", disable this component on
page.</description>
+ </property>
</component>
</components>
\ No newline at end of file
Modified: trunk/ui/dataTable/src/main/config/component/columnAttributes.ent
===================================================================
--- trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-07-18 11:12:38
UTC (rev 9682)
+++ trunk/ui/dataTable/src/main/config/component/columnAttributes.ent 2008-07-18 12:10:24
UTC (rev 9683)
@@ -102,7 +102,7 @@
<property>
<name>filterEvent</name>
<classname>java.lang.String</classname>
- <description>Event for filter input that forces the filtration (default =
onchange)</description>
+ <description>Event for filter input that forces the filtration (default value is
"onchange")</description>
<defaultvalue>"onchange"</defaultvalue>
</property>
<property>
Modified: trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml
===================================================================
---
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-07-18
11:12:38 UTC (rev 9682)
+++
trunk/ui/inputnumber-spinner/src/main/config/component/inputNumberSpinner.xml 2008-07-18
12:10:24 UTC (rev 9683)
@@ -115,7 +115,7 @@
<property>
<name>clientErrorMessage</name>
<classname>java.lang.String</classname>
- <description>client error message</description>
+ <description>An error message to use in client side validation
events</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-07-18 11:12:38 UTC
(rev 9682)
+++ trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-07-18 12:10:24 UTC
(rev 9683)
@@ -437,10 +437,12 @@
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
+ <description>HTML: script expression; the element got the
focus</description>
</property>
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
+ <description>HTML: script expression; the element lost the
focus</description>
</property>
<property>
Modified: trunk/ui/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-07-18
11:12:38 UTC (rev 9682)
+++ trunk/ui/menu-components/src/main/config/component/menucomponents.xml 2008-07-18
12:10:24 UTC (rev 9683)
@@ -60,7 +60,7 @@
<name>direction</name>
<classname>java.lang.String</classname>
<description>Defines direction of the popup sublist to appear
- (right, left, auto(Default), left-down, left-up, right-down,
right-up)</description>
+ ("right", "left",
"auto"(Default), "left-down",
"left-up", "right-down",
"right-up")</description>
</property>
<property>
<name>iconFolder</name>
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-07-18 11:12:38
UTC (rev 9682)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-07-18 12:10:24
UTC (rev 9683)
@@ -132,8 +132,8 @@
<classname>java.lang.String</classname>
<description>
Controls horizontal rendering. Possible values:
- left - controls should be rendered to the left side of a list.
- right- controls should be rendered to the right side of a list. Default value is
"right".
+ "left" - controls should be rendered to the left side of a list.
+ "right"- controls should be rendered to the right side of a list.
Default value is "right".
</description>
<defaultvalue><![CDATA["right"]]></defaultvalue>
</property>
@@ -142,9 +142,9 @@
<classname>java.lang.String</classname>
<description>
Controls vertical rendering. Possible values:
- top - controls should be rendered aligned to top side of a list.
- bottom - controls should be rendered aligned to bottom side of a list.
- middle (default) - controls should be rendered centered relatively to a list.
+ "top" - controls should be rendered aligned to top side of a list.
+ "bottom" - controls should be rendered aligned to bottom side of a
list.
+ "middle" (default) - controls should be rendered centered
relatively to a list.
</description>
<defaultvalue><![CDATA["middle"]]></defaultvalue>
</property>
Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml 2008-07-18 11:12:38 UTC (rev
9682)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml 2008-07-18 12:10:24 UTC (rev
9683)
@@ -224,10 +224,12 @@
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
+ <description>HTML: script expression; the element got the
focus</description>
</property>
<property>
<name>onblur</name>
<classname>java.lang.String</classname>
+ <description>HTML: script expression; the element lost the
focus</description>
</property>
</properties>
Modified: trunk/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-07-18 11:12:38 UTC (rev
9682)
+++ trunk/ui/toolBar/src/main/config/component/toolBar.xml 2008-07-18 12:10:24 UTC (rev
9683)
@@ -40,7 +40,7 @@
<name>width</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA[A width of a bar that can be defined in pixels or as percentage.
Default value is 100%.]]>
+ <![CDATA[A width of a bar that can be defined in pixels or as percentage.
Default value is "100%".]]>
</description>
<defaultvalue>
<![CDATA["100%"]]>