Author: konstantin.mishin
Date: 2011-01-24 11:58:22 -0500 (Mon, 24 Jan 2011)
New Revision: 21182
Modified:
trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml
Log:
RF-9946
Modified:
trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml
===================================================================
---
trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml 2011-01-24
16:57:46 UTC (rev 21181)
+++
trunk/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml 2011-01-24
16:58:22 UTC (rev 21182)
@@ -22,6 +22,21 @@
<property>
<description>
+ Flag indicating that this element must never
+ receive focus or be included in a subsequent
+ submit.
+ </description>
+ <display-name>Disabled Flag</display-name>
+ <icon />
+ <property-name>disabled</property-name>
+ <property-class>boolean</property-class>
+ <property-extension>
+ <cdk:pass-through>false</cdk:pass-through>
+ </property-extension>
+ </property>
+
+ <property>
+ <description>
Javascript code executed when a pointer button is
clicked over this element.
</description>
Show replies by date