Author: atsebro
Date: 2008-11-14 11:15:47 -0500 (Fri, 14 Nov 2008)
New Revision: 11172
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
Log:
RF-3099: describe poll with limitToList=true usage
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2008-11-14
15:56:31 UTC (rev 11171)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent 2008-11-14
16:15:47 UTC (rev 11172)
@@ -28,7 +28,10 @@
<property >
<name>limitToList</name>
<classname>boolean</classname>
- <description>If "true", updates on client side ONLY elements from
this 'reRender' property. If "false" (default) updates all rendered by
ajax region components</description>
+ <description>If "true", then of all AJAX-rendered on the page
components only those will be updated,
+ which ID's are passed to the "reRender" attribute of the describable
component.
+ "false"�the default value�means that all components with
ajaxRendered="true" will be updated.
+ </description>
</property>
<property >
Show replies by date