You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/11/08 20:02:02 UTC

svn commit: r331864 - /myfaces/tomahawk/trunk/tld/tomahawk.tld

Author: grantsmith
Date: Tue Nov  8 11:02:00 2005
New Revision: 331864

URL: http://svn.apache.org/viewcvs?rev=331864&view=rev
Log:
Partially implemented escape attribute for select* tomahawk components. MYFACES-407

Modified:
    myfaces/tomahawk/trunk/tld/tomahawk.tld

Modified: myfaces/tomahawk/trunk/tld/tomahawk.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tld/tomahawk.tld?rev=331864&r1=331863&r2=331864&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tld/tomahawk.tld (original)
+++ myfaces/tomahawk/trunk/tld/tomahawk.tld Tue Nov  8 11:02:00 2005
@@ -21,6 +21,7 @@
   "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd" [
 <!ENTITY display_value_only_attributes  SYSTEM "entities/display_value_only_attributes.xml">
 <!ENTITY ext_forceId_attribute          SYSTEM "entities/ext_forceId_attribute.xml">
+<!ENTITY ext_escape_attribute           SYSTEM "entities/ext_escape_attribute.xml">
 <!ENTITY html_anchor_attributes         SYSTEM "entities/html_anchor_attributes.xml">
 <!ENTITY html_button_attributes         SYSTEM "entities/html_button_attributes.xml">
 <!ENTITY html_event_handler_attributes  SYSTEM "entities/html_event_handler_attributes.xml">
@@ -414,6 +415,7 @@
             Extends standard selectOneMenu by user role support.
         </description>
         &standard_select_one_menu_attributes;
+        &ext_escape_attribute;
         &user_role_attributes;
         &ext_forceId_attribute;
         &display_value_only_attributes;
@@ -428,6 +430,7 @@
             Extends standard selectManyMenu by user role support.
         </description>
         &standard_select_many_menu_attributes;
+        &ext_escape_attribute;
         &user_role_attributes;
         &ext_forceId_attribute;
         &display_value_only_attributes;
@@ -444,6 +447,7 @@
             of value "spread" (see custom radio tag).
         </description>
         &standard_select_one_radio_attributes;
+        &ext_escape_attribute;
         &user_role_attributes;
         &ext_forceId_attribute;
         &display_value_only_attributes;
@@ -474,6 +478,7 @@
             of value "spread" (see custom checkbox tag).
         </description>
         &standard_select_many_checkbox_attributes;
+        &ext_escape_attribute;
         <attribute>
             <name>layoutWidth</name>
             <required>false</required>
@@ -498,6 +503,7 @@
             Extends standard selectOneListbox by user role support.
         </description>
         &standard_select_one_listbox_attributes;
+        &ext_escape_attribute;
         &user_role_attributes;
         &ext_forceId_attribute;
         &display_value_only_attributes;
@@ -512,6 +518,7 @@
             Extends standard selectManyListbox by user role support.
         </description>
         &standard_select_many_listbox_attributes;
+        &ext_escape_attribute;
         &user_role_attributes;
         &ext_forceId_attribute;
         &display_value_only_attributes;
@@ -1483,7 +1490,7 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-                Table or List Layout (default is Table) 
+                Table or List Layout (default is Table)
             </description>
         </attribute>
     </tag>
@@ -2518,7 +2525,7 @@
         </attribute>
         &html_universal_attributes;
         &html_event_handler_attributes;
-        
+
         <!-- header attributes -->
         <attribute><name>headerdir</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
         <attribute><name>headerlang</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
@@ -2558,7 +2565,7 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <description>This attribute can be used to set the width of the &lt;TD> elements</description>
-        </attribute>        
+        </attribute>
      </tag>
 
 
@@ -2571,7 +2578,7 @@
         &ui_column_attributes;
         &html_universal_attributes;
         &html_event_handler_attributes;
-        
+
         <!-- header attributes -->
         <attribute><name>headerdir</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
         <attribute><name>headerlang</name>    <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
@@ -2611,7 +2618,7 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <description>This attribute can be used to set the width of the &lt;TD> elements</description>
-        </attribute>        
+        </attribute>
      </tag>
 
 </taglib>