[richfaces-svn-commits] JBoss Rich Faces SVN: r4844 - in trunk/ui: dropdown-menu/src/main/config/component and 2 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 14 08:02:49 EST 2007


Author: smukhina
Date: 2007-12-14 08:02:49 -0500 (Fri, 14 Dec 2007)
New Revision: 4844

Modified:
   trunk/ui/calendar/src/main/config/component/calendar.xml
   trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
   trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
   trunk/ui/tooltip/src/main/config/component/toolTip.xml
Log:
incorrect symbols are fixed

Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml	2007-12-14 12:40:16 UTC (rev 4843)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml	2007-12-14 13:02:49 UTC (rev 4844)
@@ -158,7 +158,7 @@
 			<classname>java.lang.Object</classname>
 			<description>
 				List of the day names displays on the days bar in the
-				following way &quot;Sun, Mon, Tue, Wed, …&quot;
+				following way &quot;Sun, Mon, Tue, Wed, &quot;
 			</description>
 		</property>
 		<property>
@@ -201,9 +201,9 @@
 			<classname>java.lang.String</classname>
 			<description>
 				Used for the dates boundaries in the list. Valid values
-				are &quot;inactive&quot; (Default) – dates inactive and
-				gray colored, &quot;scroll&quot; – boundaries work as
-				month scrolling controls, and &quot;select&quot; –
+				are &quot;inactive&quot; (Default) dates inactive and
+				gray colored, &quot;scroll&quot; boundaries work as
+				month scrolling controls, and &quot;select&quot;
 				boundaries work in the same way as &quot;scroll&quot;
 				but with the date clicked selection
 			</description>

Modified: trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml	2007-12-14 12:40:16 UTC (rev 4843)
+++ trunk/ui/dropdown-menu/src/main/config/component/dropdownmenu.xml	2007-12-14 13:02:49 UTC (rev 4844)
@@ -108,7 +108,7 @@
             <classname>java.lang.String</classname>
             <description>
                 Set the corner of the label for the popup to be connected with.
-                (auto(default), tr, tl, bl, br, where tr – top-right)
+                (auto(default), tr, tl, bl, br, where tr top-right)
             </description>
             <defaultvalue>"auto"</defaultvalue>
         </property>

Modified: trunk/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- trunk/ui/panelmenu/src/main/config/component/panelMenu.xml	2007-12-14 12:40:16 UTC (rev 4843)
+++ trunk/ui/panelmenu/src/main/config/component/panelMenu.xml	2007-12-14 13:02:49 UTC (rev 4844)
@@ -401,7 +401,7 @@
 		<property>
 			<name>expanded</name>
 			<classname>boolean</classname>
-			<description>If “true” group will be displayed expanded initially.</description>
+			<description>If true group will be displayed expanded initially.</description>
 			<defaultvalue>false</defaultvalue>
 		</property>
 		<property>
@@ -413,7 +413,7 @@
 		<property>
 			<name>disabled</name>
 			<classname>boolean</classname>
-			<description> If “true” sets state of the item to disabled state. “false” is default. </description>
+			<description> If true sets state of the item to disabled state. false is default. </description>
 			<defaultvalue>false</defaultvalue>
 		</property>
 		<property>
@@ -580,7 +580,7 @@
 		<property>
 			<name>disabled</name>
 			<classname>boolean</classname>
-			<description> If “true” sets state of the item to disabled state. “false” is default. </description>
+			<description> If true sets state of the item to disabled state. false is default. </description>
 			<defaultvalue>false</defaultvalue>
 		</property>
 		<property>

Modified: trunk/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- trunk/ui/tooltip/src/main/config/component/toolTip.xml	2007-12-14 12:40:16 UTC (rev 4843)
+++ trunk/ui/tooltip/src/main/config/component/toolTip.xml	2007-12-14 13:02:49 UTC (rev 4844)
@@ -102,13 +102,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 tooltip and should have following values client (default), 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 Js for calling – disabled.</description>
+	    	<description>If false the components is rendered on the client but Js for calling disabled.</description>
 	    	<defaultvalue>false</defaultvalue>
 	    </property>
 	    <property>




More information about the richfaces-svn-commits mailing list