Author: cluts
Date: 2008-07-25 08:12:43 -0400 (Fri, 25 Jul 2008)
New Revision: 9783
Modified:
trunk/ui/core/src/main/config/component/form.xml
trunk/ui/core/src/main/config/component/loadStyle.xml
trunk/ui/core/src/main/config/component/support.xml
Log:
RF-696 - updated descriptions of attributes for a4j:form, a4j:loadStyle and a4j:support
components.
Modified: trunk/ui/core/src/main/config/component/form.xml
===================================================================
--- trunk/ui/core/src/main/config/component/form.xml 2008-07-25 11:51:48 UTC (rev 9782)
+++ trunk/ui/core/src/main/config/component/form.xml 2008-07-25 12:12:43 UTC (rev 9783)
@@ -45,7 +45,7 @@
<property>
<name>ajaxSubmit</name>
<classname>boolean</classname>
- <description>If true, it becomes possible to set AJAX submission way for any
components inside .</description>
+ <description>If "true", it becomes possible to set AJAX
submission way for any components inside .</description>
</property>
<property>
<name>ignoreDupResponses</name>
Modified: trunk/ui/core/src/main/config/component/loadStyle.xml
===================================================================
--- trunk/ui/core/src/main/config/component/loadStyle.xml 2008-07-25 11:51:48 UTC (rev
9782)
+++ trunk/ui/core/src/main/config/component/loadStyle.xml 2008-07-25 12:12:43 UTC (rev
9783)
@@ -41,6 +41,10 @@
<property>
<name>media</name>
<classname>java.lang.String</classname>
+ <description>
+ This attribute defines the device to which it is necessary to apply style
registration.
+ The possible values are "all", "screen" (by
default), "print", "projection",
"projection", "braille" and
"speech".
+ </description>
</property>
</component>
</components>
Modified: trunk/ui/core/src/main/config/component/support.xml
===================================================================
--- trunk/ui/core/src/main/config/component/support.xml 2008-07-25 11:51:48 UTC (rev
9782)
+++ trunk/ui/core/src/main/config/component/support.xml 2008-07-25 12:12:43 UTC (rev
9783)
@@ -130,7 +130,7 @@
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If true, disable this component on page.</description>
+ <description>If "true", disable this component on
page.</description>
</property>
</component>
Show replies by date