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

svn commit: r349570 - /myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Author: skitching
Date: Mon Nov 28 17:11:17 2005
New Revision: 349570

URL: http://svn.apache.org/viewcvs?rev=349570&view=rev
Log:
Update sandbox tld to match entity reference changes applied by MYFACES-866.
Thanks to Dennis Byrne for the patch (MYFACES-881).

Modified:
    myfaces/sandbox/trunk/tld/myfaces_sandbox.tld

Modified: myfaces/sandbox/trunk/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/tld/myfaces_sandbox.tld?rev=349570&r1=349569&r2=349570&view=diff
==============================================================================
--- myfaces/sandbox/trunk/tld/myfaces_sandbox.tld (original)
+++ myfaces/sandbox/trunk/tld/myfaces_sandbox.tld Mon Nov 28 17:11:17 2005
@@ -30,12 +30,21 @@
 ===========================================================================
 -->
 
+<!ENTITY html_datafld_datasrc_dataformatas_attributes       SYSTEM "entities-share/html_attributes/datafld_datasrc_dataformatas.xml">
+<!ENTITY html_bgcolor_attribute 		SYSTEM "entities-share/html_attributes/bgcolor.xml">
+<!ENTITY html_border_attribute 			SYSTEM "entities-share/html_attributes/border.xml">
 <!ENTITY display_value_only_attributes  SYSTEM "entities-share/display_value_only_attributes.xml">
 <!ENTITY ext_forceId_attribute          SYSTEM "entities-share/ext_forceId_attribute.xml">
 <!ENTITY ext_ajax_attributes            SYSTEM "entities-share/ext_ajax_attributes.xml">
+<!ENTITY html_alt_attribute             SYSTEM "entities-share/html_attributes/alt.xml">
+<!ENTITY html_align_attributes          SYSTEM "entities-share/html_attributes/align.xml">
+<!ENTITY html_target_attribute          SYSTEM "entities-share/html_attributes/target.xml">
+<!ENTITY html_accesskey_attribute       SYSTEM "entities-share/html_attributes/accesskey.xml">
 <!ENTITY html_anchor_attributes         SYSTEM "entities-share/html_anchor_attributes.xml">
 <!ENTITY html_button_attributes         SYSTEM "entities-share/html_button_attributes.xml">
+<!ENTITY html_disabled_attribute        SYSTEM "entities-share/html_attributes/disabled.xml">
 <!ENTITY html_event_handler_attributes  SYSTEM "entities-share/html_event_handler_attributes.xml">
+<!ENTITY html_focus_blur_attributes     SYSTEM "entities-share/html_attributes/focus_blur.xml">
 <!ENTITY html_form_attributes           SYSTEM "entities-share/html_form_attributes.xml">
 <!ENTITY html_img_attributes            SYSTEM "entities-share/html_img_attributes.xml">
 <!ENTITY spec_img_attributes            SYSTEM "entities-share/spec_img_attributes.xml">
@@ -44,6 +53,10 @@
 <!ENTITY html_input_checkbox_attributes SYSTEM "entities-share/html_input_checkbox_attributes.xml">
 <!ENTITY html_input_radio_attributes    SYSTEM "entities-share/html_input_radio_attributes.xml">
 <!ENTITY html_label_attributes          SYSTEM "entities-share/html_label_attributes.xml">
+<!ENTITY html_onchange_attribute        SYSTEM "entities-share/html_attributes/onchange.xml">
+<!ENTITY html_onselect_attribute        SYSTEM "entities-share/html_attributes/onselect.xml">
+<!ENTITY html_readonly_attribute        SYSTEM "entities-share/html_attributes/readonly.xml">
+<!ENTITY html_tabindex_attribute        SYSTEM "entities-share/html_attributes/tabindex.xml">
 <!ENTITY html_select_attributes         SYSTEM "entities-share/html_select_attributes.xml">
 <!ENTITY html_table_attributes          SYSTEM "entities-share/html_table_attributes.xml">
 <!ENTITY html_textarea_attributes       SYSTEM "entities-share/html_textarea_attributes.xml">
@@ -64,6 +77,7 @@
 <!ENTITY ui_select_items_attributes     SYSTEM "entities-share/ui_select_items_attributes.xml">
 <!ENTITY ui_select_many_attributes      SYSTEM "entities-share/ui_select_many_attributes.xml">
 <!ENTITY ui_select_one_attributes       SYSTEM "entities-share/ui_select_one_attributes.xml">
+<!ENTITY ui_table_renderer_attributes   SYSTEM "entities-share/ui_table_renderer_attributes.xml">
 <!ENTITY user_role_attributes           SYSTEM "entities-share/user_role_attributes.xml">
 <!ENTITY standard_command_button_attributes  SYSTEM "entities-share/standard_command_button_attributes.xml">
 <!ENTITY standard_command_link_attributes    SYSTEM "entities-share/standard_command_link_attributes.xml">