Author: msorokin
Date: 2008-04-29 08:11:23 -0400 (Tue, 29 Apr 2008)
New Revision: 8288
Modified:
trunk/ui/tooltip/src/main/config/component/toolTip.xml
Log:
http://jira.jboss.com/jira/browse/RF-2220
Adding default values
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-04-29 12:11:12 UTC (rev
8287)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-04-29 12:11:23 UTC (rev
8288)
@@ -39,25 +39,25 @@
<property>
<name>layout</name>
<classname>java.lang.String</classname>
- <description>Allowed values: "inline" or "block".
Block/inline mode flag. Tooltip will contain div/span elements
accordingly.</description>
+ <description>Block/inline mode flag. Possible value are: "inline"
or "block". Default value is "inline". Tooltip will contain
div/span elements respectively.</description>
<defaultvalue><![CDATA["inline"]]></defaultvalue>
</property>
<property>
<name>showDelay</name>
<classname>int</classname>
- <description>Delay in milliseconds before tooltip will be
displayed.</description>
+ <description>Delay in milliseconds before tooltip will be displayed. Default
value is "0".</description>
<defaultvalue><![CDATA[0]]></defaultvalue>
</property>
<property>
<name>hideDelay</name>
<classname>int</classname>
- <description>Delay in milliseconds before tooltip will be
hidden.</description>
+ <description>Delay in milliseconds before tooltip will be hidden. Default
value is "0".</description>
<defaultvalue><![CDATA[0]]></defaultvalue>
</property>
<property>
<name>zorder</name>
<classname>int</classname>
- <description>The same as CSS z-index for toolTip.</description>
+ <description>The same as CSS z-index for toolTip. Default value is
"99".</description>
<defaultvalue><![CDATA[99]]></defaultvalue>
</property>
<property>
@@ -103,31 +103,33 @@
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If false the components is rendered on the client but Js for
calling disabled.</description>
+ <description>If false the components is rendered on the client but JavaScript
for calling disabled. Default value is "false".</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>direction</name>
<classname>java.lang.String</classname>
- <description>Defines direction of the popup list to appear (top-right,
top-left bottom-right, bottom-left, auto(default))</description>
+ <description>Defines direction of the popup list to appear.
+ Possible values are "top-right", "top-left",
"bottom-right", "bottom-left",
"auto".
+ Default value is "bottom-right".</description>
<defaultvalue><![CDATA["bottom-right"]]></defaultvalue>
</property>
<property>
<name>followMouse</name>
<classname>boolean</classname>
- <description>If 'true' tooltip should follow the mouse while it moves
over the parent element</description>
+ <description>If 'true' tooltip should follow the mouse while it moves
over the parent element. Default value is "false".</description>
<defaultvalue>false</defaultvalue>
</property>
<property>
<name>horizontalOffset</name>
<classname>int</classname>
- <description>Sets the horizontal offset between popup list and mouse
pointer</description>
+ <description>Sets the horizontal offset between pop-up list and mouse
pointer. Default value is "10".</description>
<defaultvalue>10</defaultvalue>
</property>
<property>
<name>verticalOffset</name>
<classname>int</classname>
- <description>Sets the vertical offset between popup list and mouse
pointer</description>
+ <description>Sets the vertical offset between pop-up list and mouse pointer.
Default value is "10".</description>
<defaultvalue>10</defaultvalue>
</property>
<property>
@@ -179,8 +181,8 @@
<property exist="true" existintag="true">
<name>showEvent</name>
<classname>java.lang.String</classname>
- <description>Event that triggers the tooltip appearance (default =
onmouseover)</description>
- <defaultvalue><![CDATA["mouseover"]]></defaultvalue>
+ <description>Event that triggers the tooltip. Default value is
"onmouseover".</description>
+ <defaultvalue><![CDATA["onmouseover"]]></defaultvalue>
</property>
<property>
<name>hideEvent</name>
@@ -193,7 +195,7 @@
<classname>boolean</classname>
<description>
If the value of the "attached" attribute is true, a
component is attached to the parent component;
- if false, component does not listen to activating browser events, but
could be activated externally
+ if false, component does not listen to activating browser events, but
could be activated externally. Default value is "true".
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -201,7 +203,7 @@
<property>
<name>event</name>
<classname>java.lang.String</classname>
- <description>DEPRECATED. Use showEvent instead.</description>
+ <description>DEPRECATED. Use showEvent instead. Default value is
"mouseover".</description>
<defaultvalue><![CDATA["mouseover"]]></defaultvalue>
</property>
</component>