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/12/12 02:32:17 UTC

svn commit: r356092 - /myfaces/impl/trunk/tld/entities/standard_select_one_listbox_attributes.xml

Author: skitching
Date: Sun Dec 11 17:32:15 2005
New Revision: 356092

URL: http://svn.apache.org/viewcvs?rev=356092&view=rev
Log:
Whitespace cleanups only.

Modified:
    myfaces/impl/trunk/tld/entities/standard_select_one_listbox_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/standard_select_one_listbox_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/standard_select_one_listbox_attributes.xml?rev=356092&r1=356091&r2=356092&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/standard_select_one_listbox_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/standard_select_one_listbox_attributes.xml Sun Dec 11 17:32:15 2005
@@ -1,14 +1,23 @@
-        &ui_select_one_attributes;
-        &html_universal_attributes;
-        &html_event_handler_attributes;
-        &html_select_attributes;
-        <!-- ListboxRenderer attributes -->
-        <attribute>
-            <name>size</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>see JSF Spec.</description>
-        </attribute>
-        <attribute><name>enabledClass</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-         <attribute><name>disabledClass</name>     <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
+&ui_select_one_attributes;
+&html_universal_attributes;
+&html_event_handler_attributes;
+&html_select_attributes;
+
+<!-- ListboxRenderer attributes -->
+<attribute>
+    <name>size</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>see JSF Spec.</description>
+</attribute>
+<attribute>
+    <name>enabledClass</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+</attribute>
+<attribute>
+    <name>disabledClass</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+</attribute>