Author: msorokin
Date: 2008-04-25 11:59:10 -0400 (Fri, 25 Apr 2008)
New Revision: 8189
Modified:
trunk/ui/contextMenu/src/main/config/component/contextMenu.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
http://jira.jboss.com/jira/browse/RF-730
Corrected language and added default values
Modified: trunk/ui/contextMenu/src/main/config/component/contextMenu.xml
===================================================================
--- trunk/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-04-25 15:58:59 UTC
(rev 8188)
+++ trunk/ui/contextMenu/src/main/config/component/contextMenu.xml 2008-04-25 15:59:10 UTC
(rev 8189)
@@ -29,8 +29,8 @@
<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)
+ Sets the submission mode for all menu items of the menu except
+ those where this attribute redefined. Possible value are
"ajax","server", "none". Default
value is "sever".
</description>
<defaultvalue>"server"</defaultvalue>
</property>
@@ -38,7 +38,7 @@
<name>event</name>
<classname>java.lang.String</classname>
<description>
- Defines an event on the parent element that triggers the menu's
appearance
+ Defines an event on the parent element to display the menu. Default
value is "oncontextmenu".
</description>
<defaultvalue>"oncontextmenu"</defaultvalue>
</property>
@@ -46,9 +46,9 @@
<name>attached</name>
<classname>boolean</classname>
<description>
- If the value of the "attached" attribute is true,
component is attached to component,
+ If the value of the "attached" attribute is true, the
component is attached to the component,
specified in the "attachTo" attribute or to the parent
component,
- if "attachTo" is not defined.
+ if "attachTo" is not defined. Default value is
"true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -56,7 +56,7 @@
<name>disableDefaultMenu</name>
<classname>boolean</classname>
<description>
- Forbids default handling for adjusted event
+ Forbids default handling for adjusted event. Default value
"true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -64,7 +64,7 @@
<name>showDelay</name>
<classname>java.lang.Integer</classname>
<description>
- Delay between event and menu showing.
+ Delay between event and menu showing. Default value is
"50".
</description>
<defaultvalue><![CDATA[new Integer(50)]]></defaultvalue>
</property>
@@ -73,7 +73,7 @@
<name>hideDelay</name>
<classname>java.lang.Integer</classname>
<description>
- Delay between losing focus and menu closing.
+ Delay between losing focus and menu closing. Default value is
"800".
</description>
<defaultvalue><![CDATA[new Integer(800)]]></defaultvalue>
</property>
@@ -103,7 +103,7 @@
<name>attachTiming</name>
<classname>java.lang.String</classname>
<description>
- Defines the timing when the menu is attached to the target element
+ Defines the timing when the menu is attached to the target element. Default value
is "onavailable".
</description>
<defaultvalue>"onavailable"</defaultvalue>
</property>