JBoss Rich Faces SVN: r14713 - branches/community/3.3.X/test-applications/richfaces-docs.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-24 07:58:11 -0400 (Wed, 24 Jun 2009)
New Revision: 14713
Modified:
branches/community/3.3.X/test-applications/richfaces-docs/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6853 - deleting unnecessary symbols;
Modified: branches/community/3.3.X/test-applications/richfaces-docs/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/richfaces-docs/pom.xml 2009-06-24 09:00:25 UTC (rev 14712)
+++ branches/community/3.3.X/test-applications/richfaces-docs/pom.xml 2009-06-24 11:58:11 UTC (rev 14713)
@@ -175,14 +175,3 @@
</dependencies>
</project>
-
-
- <form action="handler.php">
- <p><select multiple size="1">
- <option>���������</option>
- <option>�������� ����</option>
- <option>��������</option>
- <option>����� ������</option>
- </select></p>
- </form>
-
15 years, 6 months
JBoss Rich Faces SVN: r14712 - branches/community/3.3.X/ui/message/src/main/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2009-06-24 05:00:25 -0400 (Wed, 24 Jun 2009)
New Revision: 14712
Modified:
branches/community/3.3.X/ui/message/src/main/java/org/richfaces/component/UIRichMessages.java
Log:
The level attribute on <richfaces:messages /> does not work properly
https://jira.jboss.org/jira/browse/RF-7396
Modified: branches/community/3.3.X/ui/message/src/main/java/org/richfaces/component/UIRichMessages.java
===================================================================
--- branches/community/3.3.X/ui/message/src/main/java/org/richfaces/component/UIRichMessages.java 2009-06-23 15:57:21 UTC (rev 14711)
+++ branches/community/3.3.X/ui/message/src/main/java/org/richfaces/component/UIRichMessages.java 2009-06-24 09:00:25 UTC (rev 14712)
@@ -201,7 +201,7 @@
for (Object key : FacesMessage.VALUES_MAP.keySet()) {
Severity sev = (Severity) FacesMessage.VALUES_MAP.get(key);
if (0 == sev.compareTo(severity)) {
- return severenities.contains(key);
+ return severenities.contains(((String)key).toUpperCase());
}
}
return false;
15 years, 6 months
JBoss Rich Faces SVN: r14711 - branches/community/3.3.X/ui/tooltip/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:57:21 -0400 (Tue, 23 Jun 2009)
New Revision: 14711
Modified:
branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml 2009-06-23 15:57:02 UTC (rev 14710)
+++ branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml 2009-06-23 15:57:21 UTC (rev 14711)
@@ -150,7 +150,7 @@
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component</description>
+ <description>CSS style rules to be applied to the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
15 years, 6 months
JBoss Rich Faces SVN: r14710 - branches/community/3.3.X/ui/toolBar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:57:02 -0400 (Tue, 23 Jun 2009)
New Revision: 14710
Modified:
branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml
===================================================================
--- branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml 2009-06-23 15:56:40 UTC (rev 14709)
+++ branches/community/3.3.X/ui/toolBar/src/main/config/component/toolBar.xml 2009-06-23 15:57:02 UTC (rev 14710)
@@ -86,7 +86,7 @@
<name>contentStyle</name>
<classname>java.lang.String</classname>
<description>
- <![CDATA[Holds a fragment of a style sheet that applies to the tool bar content]]>
+ <![CDATA[CSS style rules to be applied to the tool bar content]]>
</description>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14709 - branches/community/3.3.X/ui/togglePanel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:56:40 -0400 (Tue, 23 Jun 2009)
New Revision: 14709
Modified:
branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml 2009-06-23 15:56:19 UTC (rev 14708)
+++ branches/community/3.3.X/ui/togglePanel/src/main/config/component/togglePanel.xml 2009-06-23 15:56:40 UTC (rev 14709)
@@ -215,7 +215,7 @@
<name>style</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component
+ CSS style rules to be applied to the component
</description>
<defaultvalue>""</defaultvalue>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14708 - branches/community/3.3.X/ui/tabPanel/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:56:19 -0400 (Tue, 23 Jun 2009)
New Revision: 14708
Modified:
branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml
===================================================================
--- branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml 2009-06-23 15:55:18 UTC (rev 14707)
+++ branches/community/3.3.X/ui/tabPanel/src/main/config/component/tabPanel.xml 2009-06-23 15:56:19 UTC (rev 14708)
@@ -90,7 +90,7 @@
<property>
<name>contentClass</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the panel content</description>
+ <description>CSS style rules to be applied to the panel content</description>
</property>
<property>
<name>headerAlignment</name>
15 years, 6 months
JBoss Rich Faces SVN: r14707 - branches/community/3.3.X/ui/suggestionbox/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:55:18 -0400 (Tue, 23 Jun 2009)
New Revision: 14707
Modified:
branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2009-06-23 15:54:42 UTC (rev 14706)
+++ branches/community/3.3.X/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2009-06-23 15:55:18 UTC (rev 14707)
@@ -236,7 +236,7 @@
<name>popupStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the content of the pop-up suggestion element
+ CSS style rules to be applied to the content of the pop-up suggestion element
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -244,7 +244,7 @@
<name>style</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component
+ CSS style rules to be applied to the component
</description>
<defaultvalue>""</defaultvalue>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14706 - branches/community/3.3.X/ui/pickList/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:54:42 -0400 (Tue, 23 Jun 2009)
New Revision: 14706
Modified:
branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml 2009-06-23 15:52:39 UTC (rev 14705)
+++ branches/community/3.3.X/ui/pickList/src/main/config/component/picklist.xml 2009-06-23 15:54:42 UTC (rev 14706)
@@ -222,7 +222,7 @@
<property>
<name>disabledStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component disabled controls</description>
+ <description>CSS style rules to be applied to the component disabled controls</description>
</property>
<property>
@@ -234,7 +234,7 @@
<property>
<name>enabledStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component enabled controls</description>
+ <description>CSS style rules to be applied to the component enabled controls</description>
</property>
15 years, 6 months
JBoss Rich Faces SVN: r14705 - branches/community/3.3.X/ui/panelmenu/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:52:39 -0400 (Tue, 23 Jun 2009)
New Revision: 14705
Modified:
branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml 2009-06-23 15:45:20 UTC (rev 14704)
+++ branches/community/3.3.X/ui/panelmenu/src/main/config/component/panelMenu.xml 2009-06-23 15:52:39 UTC (rev 14705)
@@ -179,7 +179,7 @@
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component</description>
+ <description>CSS style rules to be applied to the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -191,7 +191,7 @@
<property>
<name>groupStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to any component group except top groups</description>
+ <description>CSS style rules to be applied to any component group except top groups</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -203,7 +203,7 @@
<property>
<name>topGroupStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component top groups</description>
+ <description>CSS style rules to be applied to the component top groups</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -216,7 +216,7 @@
<name>itemStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component item except top items
+ CSS style rules to be applied to the component item except top items
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -231,7 +231,7 @@
<property>
<name>topItemStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component top items</description>
+ <description>CSS style rules to be applied to the component top items</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -252,7 +252,7 @@
<name>disabledItemStyle</name>
<classname>java.lang.String</classname>
<description>
- Holds a fragment of a style sheet that applies to the component disabled items
+ CSS style rules to be applied to the component disabled items
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -265,7 +265,7 @@
<property>
<name>disabledGroupStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component disabled groups</description>
+ <description>CSS style rules to be applied to the component disabled groups</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -277,13 +277,13 @@
<property>
<name>hoveredItemStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component hovered item</description>
+ <description>CSS style rules to be applied to the component hovered item</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>hoveredGroupStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component hovered group</description>
+ <description>CSS style rules to be applied to the component hovered group</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -490,7 +490,7 @@
<property>
<name>hoverStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the group hovered item</description>
+ <description>CSS style rules to be applied to the group hovered item</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -502,7 +502,7 @@
<property>
<name>disabledStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the group disabled items</description>
+ <description>CSS style rules to be applied to the group disabled items</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -514,7 +514,7 @@
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component</description>
+ <description>CSS style rules to be applied to the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -526,7 +526,7 @@
<property>
<name>iconStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the group icon element</description>
+ <description>CSS style rules to be applied to the group icon element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -623,7 +623,7 @@
<property>
<name>hoverStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the hovered item</description>
+ <description>CSS style rules to be applied to the hovered item</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -635,7 +635,7 @@
<property>
<name>disabledStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the disabled item</description>
+ <description>CSS style rules to be applied to the disabled item</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -647,7 +647,7 @@
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component</description>
+ <description>CSS style rules to be applied to the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -659,7 +659,7 @@
<property>
<name>iconStyle</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the item icon element</description>
+ <description>CSS style rules to be applied to the item icon element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
&ui_component_attributes;
15 years, 6 months
JBoss Rich Faces SVN: r14704 - branches/community/3.3.X/ui/panelbar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-23 11:45:20 -0400 (Tue, 23 Jun 2009)
New Revision: 14704
Modified:
branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - definitions of the style attributes are corrected;
Modified: branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml 2009-06-23 15:44:54 UTC (rev 14703)
+++ branches/community/3.3.X/ui/panelbar/src/main/config/component/panelbar.xml 2009-06-23 15:45:20 UTC (rev 14704)
@@ -46,7 +46,7 @@
<property>
<name>style</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the component</description>
+ <description>CSS style rules to be applied to the component</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -57,7 +57,7 @@
<property>
<name>headerStyleActive</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the header of the active component item</description>
+ <description>CSS style rules to be applied to the header of the active component item</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
@@ -194,7 +194,7 @@
<property>
<name>headerStyleActive</name>
<classname>java.lang.String</classname>
- <description>Holds a fragment of a style sheet that applies to the header of the active item</description>
+ <description>CSS style rules to be applied to the header of the active item</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
15 years, 6 months