You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/10/15 21:22:07 UTC

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

Author: bommel
Date: Sun Oct 15 12:22:07 2006
New Revision: 464258

URL: http://svn.apache.org/viewvc?view=rev&rev=464258
Log:
added Property label to UIColumn
short the name of tobago example assembly

added example for click facet

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=464258&r1=464257&r2=464258
==============================================================================
--- 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 Sun Oct 15 12:22:07 2006
@@ -14,6 +14,7 @@
  *    limitations under the License.
 --%>
 <%@ taglib uri="http://myfaces.apache.org/tobago/component" prefix="tc" %>
+<%@ taglib uri="http://myfaces.apache.org/tobago/extension" prefix="tx" %>
 <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
 <%@ taglib tagdir="/WEB-INF/tags/layout" prefix="layout" %>
 
@@ -30,7 +31,11 @@
         <%-- code-sniplet-end id="selectBooleanCheckbox" --%>
         <tc:selectBooleanCheckbox label="_Phone"/>
         <tc:selectBooleanCheckbox label="_eMail"/>
-        <tc:selectBooleanCheckbox label="_Fax"/>
+        <tc:selectBooleanCheckbox label="_Fax" >
+          <f:facet name="click" >
+            <tc:command />
+          </f:facet>
+        </tc:selectBooleanCheckbox>
 
         <tc:cell/>