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 2006/10/09 10:04:01 UTC

svn commit: r454303 - /myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/selectBooleanCheckbox.jsp

Author: lofwyr
Date: Mon Oct  9 01:04:01 2006
New Revision: 454303

URL: http://svn.apache.org/viewvc?view=rev&rev=454303
Log: (empty)

Modified:
    myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/selectBooleanCheckbox.jsp

Modified: myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/selectBooleanCheckbox.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/selectBooleanCheckbox.jsp?view=diff&rev=454303&r1=454302&r2=454303
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/selectBooleanCheckbox.jsp (original)
+++ myfaces/tobago/trunk/tobago-tool/gendoc/src/main/webapp/screenshot/selectBooleanCheckbox.jsp Mon Oct  9 01:04:01 2006
@@ -20,28 +20,21 @@
 <layout:screenshot>
   <f:subview id="selectBooleanCheckbox">
     <jsp:body>
-      <tc:panel>
+      <tc:box>
         <f:facet name="layout">
-          <tc:gridLayout rows="fixed;fixed;fixed;fixed;1*" />
+          <tc:gridLayout rows="fixed;fixed;fixed;fixed;1*"/>
         </f:facet>
 
-<%-- code-sniplet-start id="selectBooleanCheckbox" --%>
-        <tc:selectBooleanCheckbox inline="true" id="LabeledInlineMultiSelect0"
-                             label="_Letter " />
-<%-- code-sniplet-end id="selectBooleanCheckbox" --%>
-        <tc:selectBooleanCheckbox inline="true" id="LabeledInlineMultiSelect1"
-                             label="_Phone" />
+        <%-- code-sniplet-start id="selectBooleanCheckbox" --%>
+        <tc:selectBooleanCheckbox label="_Letter"/>
+        <%-- code-sniplet-end id="selectBooleanCheckbox" --%>
+        <tc:selectBooleanCheckbox label="_Phone"/>
+        <tc:selectBooleanCheckbox label="_eMail"/>
+        <tc:selectBooleanCheckbox label="_Fax"/>
 
-        <tc:selectBooleanCheckbox inline="true" id="LabeledInlineMultiSelec2"
-                             label="_eMail " />
+        <tc:cell/>
 
-        <tc:selectBooleanCheckbox inline="true" id="LabeledInlineMultiSelect3"
-                             label="_Fax" />
-
-
-      <tc:cell/>
-
-      </tc:panel>
+      </tc:box>
 
     </jsp:body>
   </f:subview>