Author: msorokin
Date: 2008-04-30 07:41:36 -0400 (Wed, 30 Apr 2008)
New Revision: 8367
Modified:
trunk/ui/core/src/main/config/component/outputPanel.xml
trunk/ui/core/src/main/config/component/page.xml
trunk/ui/core/src/main/config/component/poll.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/outputPanel.xml
===================================================================
--- trunk/ui/core/src/main/config/component/outputPanel.xml 2008-04-30 11:41:27 UTC (rev
8366)
+++ trunk/ui/core/src/main/config/component/outputPanel.xml 2008-04-30 11:41:36 UTC (rev
8367)
@@ -66,7 +66,7 @@
(or not) included in AJAX response created by parent
AJAX Container, even if it is not forced by reRender
list of ajax action. Ignored if component marked to
- output by Ajax action. default false
+ output by Ajax action. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>
@@ -92,7 +92,7 @@
<classname>boolean</classname>
<description>
<![CDATA[
- Flag for mark all child components to non-transient. If
+ Flag to mark all child components to non-transient. If
true, all children components will be set to non-transient state
and keep in saved components tree. For output in self-renderer
region all content ( By default, all content in <f:verbatim>
Modified: trunk/ui/core/src/main/config/component/page.xml
===================================================================
--- trunk/ui/core/src/main/config/component/page.xml 2008-04-30 11:41:27 UTC (rev 8366)
+++ trunk/ui/core/src/main/config/component/page.xml 2008-04-30 11:41:36 UTC (rev 8367)
@@ -74,7 +74,7 @@
"true" , no one of the components outside of region will
be included to AJAX response. If set to "false", search
for components to include in response will be performed
- on all tree. Default "true"
+ on all tree. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/core/src/main/config/component/poll.xml
===================================================================
--- trunk/ui/core/src/main/config/component/poll.xml 2008-04-30 11:41:27 UTC (rev 8366)
+++ trunk/ui/core/src/main/config/component/poll.xml 2008-04-30 11:41:36 UTC (rev 8367)
@@ -63,8 +63,7 @@
<name>interval</name>
<classname>int</classname>
<description>
- Interval (in ms) for call poll requests. Default value
- 1000 (1 sec)
+ Interval (in ms) for call poll requests. Default value is "1000"ms
(1 second).
</description>
<defaultvalue>1000</defaultvalue>
</property>
@@ -72,7 +71,7 @@
<name>enabled</name>
<classname>boolean</classname>
<description>
- <![CDATA[Enable/disable polling]]>
+ <![CDATA[Enables/disables polling. Default value is "true". ]]>
</description>
<defaultvalue>true</defaultvalue>
</property>