Author: vkukharchuk
Date: 2007-09-11 07:52:08 -0400 (Tue, 11 Sep 2007)
New Revision: 2863
Modified:
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
http://jira.jboss.com/jira/browse/RF-876
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-09-11 10:49:16 UTC
(rev 2862)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-09-11 11:52:08 UTC
(rev 2863)
@@ -102,7 +102,8 @@
<listitem>
<para><emphasis>
<property>"buttonLabel"</property>
- </emphasis> defines a label for the button</para>
+ </emphasis> defines a label for the button. If the attribute is set
"buttonIcon" and "buttonIconDisabled" are ignored
+ </para>
</listitem>
</itemizedlist>
<itemizedlist>
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2007-09-11 10:49:16 UTC (rev
2862)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2007-09-11 11:52:08 UTC (rev
2863)
@@ -451,19 +451,20 @@
<property>
<name>buttonIcon</name>
<classname>java.lang.String</classname>
- <description>Defines icon for the popup button element</description>
+ <description>Defines icon for the popup button element. The attribute is ignored
if the "buttonLabel" is set</description>
</property>
<property>
<name>buttonLabel</name>
<classname>java.lang.String</classname>
- <description>Defines label for the popup button element</description>
+ <description>Defines label for the popup button element. If the attribute is set
"buttonIcon" and "buttonIconDisabled" are ignored
+ </description>
</property>
<property>
<name>buttonIconDisabled</name>
<classname>java.lang.String</classname>
- <description>Defines disabled icon for the popup button
element</description>
+ <description>Defines disabled icon for the popup button element. The attribute
is ignored if the "buttonLabel" is set</description>
</property>
</component>