You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2007/07/10 11:33:54 UTC

svn commit: r554883 - /myfaces/tobago/trunk/example/demo/src/main/webapp/reference/select.jsp

Author: lofwyr
Date: Tue Jul 10 02:33:52 2007
New Revision: 554883

URL: http://svn.apache.org/viewvc?view=rev&rev=554883
Log:
TOBAGO-433+TOBAGO-439: disabled ignored

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/reference/select.jsp

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/reference/select.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/select.jsp?view=diff&rev=554883&r1=554882&r2=554883
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/select.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/reference/select.jsp Tue Jul 10 02:33:52 2007
@@ -24,10 +24,22 @@
     <tc:box>
       <f:facet name="layout">
         <tc:gridLayout
-            rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;45px;45px;fixed;fixed;fixed;200px;200px;fixed;*"/>
+            rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;45px;45px;fixed;fixed;fixed;200px;200px;fixed;*"/>
       </f:facet>
 
       <tc:messages/>
+
+      <tc:selectOneRadio>
+        <tc:selectItem itemValue="sun" itemLabel="Sun" />
+        <tc:selectItem itemValue="moon" itemLabel="Moon" />
+        <tc:selectItem itemValue="stars" itemLabel="Stars" itemDisabled="true" />
+      </tc:selectOneRadio>
+
+      <tc:selectManyCheckbox>
+        <tc:selectItem itemValue="sun" itemLabel="Sun" />
+        <tc:selectItem itemValue="moon" itemLabel="Moon" />
+        <tc:selectItem itemValue="stars" itemLabel="Stars" itemDisabled="true" />
+      </tc:selectManyCheckbox>
 
       <%-- code-sniplet-start id="selectBooleanCheckbox" --%>
       <tc:selectBooleanCheckbox label="_Letter"/>