You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/01/29 03:07:56 UTC

svn commit: r373275 - /myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Author: dennisbyrne
Date: Sat Jan 28 18:07:53 2006
New Revision: 373275

URL: http://svn.apache.org/viewcvs?rev=373275&view=rev
Log:
MYFACES-928, patch from Dennis Byrne

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?rev=373275&r1=373274&r2=373275&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Sat Jan 28 18:07:53 2006
@@ -852,34 +852,6 @@
             <description>Image to show instead of checkox when boolean value is false</description>
         </attribute>
     </tag>
-     <tag>
-        <name>selectBooleanCheckboxAjax</name>
-        <tag-class>org.apache.myfaces.custom.inputAjax.HtmlSelectBooleanCheckboxAjaxTag</tag-class>
-        <body-content>JSP</body-content>
-        <description>
-            Extends standard selectBooleanCheckbox by user role support.
-        </description>
-        &standard_select_boolean_checkbox_attributes;
-        &user_role_attributes;
-        &ext_forceId_attribute;
-        &display_value_only_attributes;
-        &ext_ajax_attributes;
-        <attribute>
-            <name>onImage</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Image to show instead of checkox when boolean value is true</description>
-        </attribute>
-        <attribute>
-            <name>offImage</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Image to show instead of checkox when boolean value is false</description>
-        </attribute>
-    </tag>
-
 
     <!-- message, special for ajax stuff to enable client side message updates, could roll this into tomahawk at some point -->
     <tag>