Author: konstantin.mishin
Date: 2007-11-13 11:15:19 -0500 (Tue, 13 Nov 2007)
New Revision: 3948
Modified:
trunk/sandbox/ui/contextMenu/src/main/config/component/contextMenu.xml
Log:
RF-1300
Modified: trunk/sandbox/ui/contextMenu/src/main/config/component/contextMenu.xml
===================================================================
--- trunk/sandbox/ui/contextMenu/src/main/config/component/contextMenu.xml 2007-11-13
16:14:22 UTC (rev 3947)
+++ trunk/sandbox/ui/contextMenu/src/main/config/component/contextMenu.xml 2007-11-13
16:15:19 UTC (rev 3948)
@@ -23,5 +23,14 @@
<test/>
</tag>
&ui_component_attributes;
+ <property>
+ <name>submitMode</name>
+ <classname>java.lang.String</classname>
+ <description>
+ Set the submission mode for all menu items of the menu except
+ ones where this attribute redefined. (ajax,server(Default),none)
+ </description>
+ <defaultvalue>"server"</defaultvalue>
+ </property>
</component>
</components>