Author: atsebro
Date: 2008-06-04 06:32:10 -0400 (Wed, 04 Jun 2008)
New Revision: 8899
Modified:
trunk/ui/tooltip/src/main/config/component/toolTip.xml
Log:
RF-3550--<rich:toolTip> component "Details of usage" section rewriting
Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-06-04 10:31:19 UTC (rev
8898)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml 2008-06-04 10:32:10 UTC (rev
8899)
@@ -39,25 +39,25 @@
<property>
<name>layout</name>
<classname>java.lang.String</classname>
- <description>Block/inline mode flag. Possible value are: "inline"
or "block". Default value is "inline". Tooltip will contain
div/span elements respectively.</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. Default
value is "0".</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. Default
value is "0".</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. Default value is
"99".</description>
+ <description>The same as CSS z-index for toolTip. Default value is
"99"</description>
<defaultvalue><![CDATA[99]]></defaultvalue>
</property>
<property>
@@ -84,7 +84,7 @@
<property>
<name>for</name>
<classname>java.lang.String</classname>
- <description>Id of the target component.</description>
+ <description>Id of the target component</description>
</property>
@@ -97,13 +97,13 @@
<property>
<name>mode</name>
<classname>java.lang.String</classname>
- <description>controls the way of data loading to tooltip and should have
following values client (default), ajax</description>
+ <description>Controls the way of data loading to a tooltip. May have
following values: "client" (default) and
"ajax"</description>
<defaultvalue><![CDATA["client"]]></defaultvalue>
</property>
<property>
<name>disabled</name>
<classname>boolean</classname>
- <description>If false the components is rendered on the client but JavaScript
for calling disabled. Default value is "false".</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>
@@ -111,25 +111,25 @@
<classname>java.lang.String</classname>
<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>
+ 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. Default value is "false".</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 pop-up list and mouse
pointer. Default value is "10".</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 pop-up list and mouse pointer.
Default value is "10".</description>
+ <description>Sets the vertical offset between pop-up list and mouse pointer.
Default value is "10"</description>
<defaultvalue>10</defaultvalue>
</property>
<property>
@@ -181,7 +181,7 @@
<property exist="true" existintag="true">
<name>showEvent</name>
<classname>java.lang.String</classname>
- <description>Event that triggers the tooltip. Default value is
"onmouseover".</description>
+ <description>Event that triggers the tooltip. Default value is
"onmouseover"</description>
<defaultvalue><![CDATA["onmouseover"]]></defaultvalue>
</property>
<property>
@@ -195,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. Default value is "true".
+ if false, component does not listen to activating browser events, but
could be activated externally. Default value is "true"
</description>
<defaultvalue>true</defaultvalue>
</property>
@@ -203,7 +203,7 @@
<property>
<name>event</name>
<classname>java.lang.String</classname>
- <description>DEPRECATED. Use showEvent instead. Default value is
"mouseover".</description>
+ <description>DEPRECATED. Use showEvent instead. Default value is
"mouseover"</description>
<defaultvalue><![CDATA["mouseover"]]></defaultvalue>
</property>
</component>
Show replies by date