Author: vkukharchuk
Date: 2007-04-18 05:56:56 -0400 (Wed, 18 Apr 2007)
New Revision: 97
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
trunk/framework/src/main/config/component/commandButton.xml
trunk/framework/src/main/config/component/commandLink.xml
trunk/framework/src/main/config/component/form.xml
trunk/framework/src/main/config/component/poll.xml
Log:
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent
===================================================================
---
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent 2007-04-18
09:08:15 UTC (rev 96)
+++
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/html_anchor_attributes.ent 2007-04-18
09:56:56 UTC (rev 97)
@@ -70,7 +70,7 @@
<property>
<name>onfocus</name>
<classname>java.lang.String</classname>
- <description>JavaScript code</description>
+ <description>JavaScript code. The onfocus event occurs when an element gets
focus.</description>
</property>
<property>
Modified: trunk/framework/src/main/config/component/commandButton.xml
===================================================================
--- trunk/framework/src/main/config/component/commandButton.xml 2007-04-18 09:08:15 UTC
(rev 96)
+++ trunk/framework/src/main/config/component/commandButton.xml 2007-04-18 09:56:56 UTC
(rev 97)
@@ -93,6 +93,7 @@
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
+ <description>If true, unfinished request will be aborted on new
event.</description>
</property>
<property>
<name>timeout</name>
Modified: trunk/framework/src/main/config/component/commandLink.xml
===================================================================
--- trunk/framework/src/main/config/component/commandLink.xml 2007-04-18 09:08:15 UTC (rev
96)
+++ trunk/framework/src/main/config/component/commandLink.xml 2007-04-18 09:56:56 UTC (rev
97)
@@ -73,6 +73,7 @@
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
+ <description>If true, unfinished request will be aborted on new
event.</description>
</property>
<property>
<name>timeout</name>
Modified: trunk/framework/src/main/config/component/form.xml
===================================================================
--- trunk/framework/src/main/config/component/form.xml 2007-04-18 09:08:15 UTC (rev 96)
+++ trunk/framework/src/main/config/component/form.xml 2007-04-18 09:56:56 UTC (rev 97)
@@ -41,10 +41,12 @@
<property>
<name>ajaxSubmit</name>
<classname>boolean</classname>
+ <description>If true, it becomes possible to set AJAX submission way for any
components inside .</description>
</property>
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
+ <description>If true, unfinished request will be aborted on new
event.</description>
</property>
<property>
<name>timeout</name>
Modified: trunk/framework/src/main/config/component/poll.xml
===================================================================
--- trunk/framework/src/main/config/component/poll.xml 2007-04-18 09:08:15 UTC (rev 96)
+++ trunk/framework/src/main/config/component/poll.xml 2007-04-18 09:56:56 UTC (rev 97)
@@ -88,6 +88,7 @@
<property>
<name>ignoreDupResponses</name>
<classname>boolean</classname>
+ <description>If true, unfinished request will be aborted on new
event.</description>
</property>
<property>
<name>timeout</name>
Show replies by date