[richfaces-svn-commits] JBoss Rich Faces SVN: r14370 - in branches/community/3.3.X/samples/colorPickerDemo: src/main/webapp/pages and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 27 10:18:36 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-05-27 10:18:36 -0400 (Wed, 27 May 2009)
New Revision: 14370

Added:
   branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
Modified:
   branches/community/3.3.X/samples/colorPickerDemo/pom.xml
Log:
colorPicker: inputSize attribute doesn't work
https://jira.jboss.org/jira/browse/RF-7257


Modified: branches/community/3.3.X/samples/colorPickerDemo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/pom.xml	2009-05-27 14:17:42 UTC (rev 14369)
+++ branches/community/3.3.X/samples/colorPickerDemo/pom.xml	2009-05-27 14:18:36 UTC (rev 14370)
@@ -58,5 +58,10 @@
             <artifactId>colorPicker</artifactId>
             <version>3.3.2-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.richfaces.ui</groupId>
+            <artifactId>tabPanel</artifactId>
+            <version>3.3.2-SNAPSHOT</version>
+        </dependency>
     </dependencies>
 </project>

Added: branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp	                        (rev 0)
+++ branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp	2009-05-27 14:18:36 UTC (rev 14370)
@@ -0,0 +1,21 @@
+<%@ page contentType="application/xhtml+xml; charset=ISO-8859-1"%>
+
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
+<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/tabPanel" prefix="rich" %>
+<%@ taglib uri="http://labs.jboss.com/jbossrichfaces/ui/colorPicker" prefix="colorPicker"%>
+
+<html>
+<body>
+<f:view>
+    <h:form id="f">
+        <rich:tabPanel id="p" switchType="server">
+            <rich:tab id="first" label="first"></rich:tab>
+            <rich:tab id="second" label="second"></rich:tab>
+        </rich:tabPanel>
+        <colorPicker:colorPicker id="color" inputSize="3" />
+    </h:form>
+</f:view>
+</body>
+</html>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list