Author: msorokin
Date: 2008-04-30 07:41:44 -0400 (Wed, 30 Apr 2008)
New Revision: 8368
Modified:
trunk/ui/core/src/main/config/component/push.xml
trunk/ui/core/src/main/config/component/region.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/core/src/main/config/component/push.xml
===================================================================
--- trunk/ui/core/src/main/config/component/push.xml 2008-04-30 11:41:36 UTC (rev 8367)
+++ trunk/ui/core/src/main/config/component/push.xml 2008-04-30 11:41:44 UTC (rev 8368)
@@ -46,24 +46,24 @@
<icon>icon</icon>
</tag>
<taghandler generate="false">
- <classname>org.ajax4jsf.taglib.html.facelets.AjaxPushHandler</classname>
+ <classname>org.ajax4jsf.taglib.html.facelets.AjaxPushHandler</classname>
<!--
superclass>org.ajax4jsf.webapp.taglib.AjaxComponentHandler</superclass-->
</taghandler>
&ui_component_attributes;
&ui_command_attributes;
&ajax_component_attributes;
- <property elonly="true" attachedstate="true">
+ <property elonly="true" attachedstate="true">
- <name>eventProducer</name>
+ <name>eventProducer</name>
<classname>javax.el.MethodExpression</classname>
- <description>
- MethodBinding pointing at method accepting an PushEventListener with return
type void.
- User bean must register this listener and send EventObject to this listener
on ready.
- </description>
+ <description>
+ MethodBinding pointing at method accepting an PushEventListener with return
type void.
+ User bean must register this listener and send EventObject to this listener
on ready.
+ </description>
<methodargs>java.util.EventListener</methodargs>
</property>
- <!--
+ <!--
<property>
<name>onsubmit</name>
<classname>java.lang.String</classname>
@@ -71,21 +71,20 @@
JavaScript code for call before submission of ajax
event
</description>
- </property>
+ </property>
-->
<property>
<name>interval</name>
<classname>int</classname>
<description>
- Interval (in ms) for call push requests. Default value
- 1000 (1 sec)
+ Interval (in ms) for call push requests. Default value is "1000"ms
(1 second).
</description>
</property>
<property>
<name>enabled</name>
<classname>boolean</classname>
<description>
- <![CDATA[Enable/disable pushing]]>
+ <![CDATA[Enables/disables pushing. Default value is "true".]]>
</description>
<defaultvalue>true</defaultvalue>
</property>
Modified: trunk/ui/core/src/main/config/component/region.xml
===================================================================
--- trunk/ui/core/src/main/config/component/region.xml 2008-04-30 11:41:36 UTC (rev 8367)
+++ trunk/ui/core/src/main/config/component/region.xml 2008-04-30 11:41:44 UTC (rev 8368)
@@ -77,7 +77,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 "false"
+ on all tree. Default value is "false".
</description>
<defaultvalue>false</defaultvalue>
</property>