Author: vkorluzhenko
Date: 2007-08-27 14:33:45 -0400 (Mon, 27 Aug 2007)
New Revision: 2516
Modified:
trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-696 - added descriptions
Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2007-08-27 18:32:31 UTC
(rev 2515)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml 2007-08-27 18:33:45 UTC
(rev 2516)
@@ -175,13 +175,17 @@
<property>
<name>itemStyle</name>
<classname>java.lang.String</classname>
- <description/>
+ <description>
+ CSS style(s) is/are to be applied to item when this component is rendered.
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>itemClass</name>
<classname>java.lang.String</classname>
- <description/>
+ <description>
+ Space-separated list of CSS style class(es) that are be applied to item of this
component
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -199,13 +203,17 @@
<property>
<name>disabledItemClass</name>
<classname>java.lang.String</classname>
- <description/>
+ <description>
+ Space-separated list of CSS style class(es) that are be applied to disabled item of
this component
+ </description>
<defaultvalue><![CDATA["dr-pmenu-disabled-element
rich-pmenu-disabled-element"]]></defaultvalue>
</property>
<property>
<name>disabledItemStyle</name>
<classname>java.lang.String</classname>
- <description/>
+ <description>
+ CSS style(s) is/are to be applied to disabled item when this component is rendered.
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -250,7 +258,8 @@
<description>contain the name or the clientId of any of the item or group, the
child
defined in this attribute should be highlighted on PanelMenu
rendering</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
- </property> &ui_component_attributes; &html_events; <property>
+ </property> &ui_component_attributes; &html_events;
&ui_input_attributes;
+ &ui_output_attributes;<property>
<name>onclick</name>
<classname>java.lang.String</classname>
<description/>
@@ -265,19 +274,25 @@
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
- <description/>
+ <description>
+ HTML: script expression; a pointer was moved away.
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmousemove</name>
<classname>java.lang.String</classname>
- <description/>
+ <description>
+ HTML: script expression; a pointer was moved within.
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
- <description/>
+ <description>
+ HTML: script expression; a pointer was moved onto.
+ </description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -305,6 +320,28 @@
<defaultvalue>false</defaultvalue>
</property>
+ <property>
+ <name>requiredMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used
as the
+ text of the validation message for the "required" facility, if the
"required"
+ facility is used </description>
+ </property>
+ <property>
+ <name>validatorMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used
as the
+ text of the validator message, replacing any message that comes from the validator
+ </description>
+ </property>
+ <property>
+ <name>converterMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used
as the
+ text of the converter message, replacing any message that comes from the converter
+ </description>
+ </property>
+
<property hidden="true">
<name>localValueSet</name>
<description>localValueSet</description>
@@ -397,7 +434,8 @@
immediately (that is, during Apply Request Values phase), rather than waiting until
a Process Validations phase. </description>
</property> &ui_component_attributes; &html_input_attributes;
- &html_input_events; &ui_input_attributes; &html_events; <property>
+ &html_input_events; &ui_input_attributes;
+ &ui_output_attributes; &html_events; <property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
<description/>
@@ -464,6 +502,28 @@
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
+ <property>
+ <name>requiredMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used
as the
+ text of the validation message for the "required" facility, if the
"required"
+ facility is used </description>
+ </property>
+ <property>
+ <name>validatorMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used
as the
+ text of the validator message, replacing any message that comes from the validator
+ </description>
+ </property>
+ <property>
+ <name>converterMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if present, will be used
as the
+ text of the converter message, replacing any message that comes from the converter
+ </description>
+ </property>
+
<property hidden="true">
<name>localValueSet</name>
<description>localValueSet</description>