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/30 00:17:04 UTC

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

Author: skitching
Date: Tue Nov 29 15:17:01 2005
New Revision: 349831

URL: http://svn.apache.org/viewcvs?rev=349831&view=rev
Log:
Change tabs to spaces (reapply changes overwritten by previous commit)

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=349831&r1=349830&r2=349831&view=diff
==============================================================================
--- myfaces/sandbox/trunk/tld/myfaces_sandbox.tld (original)
+++ myfaces/sandbox/trunk/tld/myfaces_sandbox.tld Tue Nov 29 15:17:01 2005
@@ -145,7 +145,7 @@
        <body-content>empty</body-content>
        <display-name>Planner component</display-name>
        <description>
- 	      A meeting planner component, similar to the ones found in Outlook or Evolution.
+           A meeting planner component, similar to the ones found in Outlook or Evolution.
        </description>
        &ui_component_attributes;
        &ui_schedule_attributes;
@@ -153,15 +153,15 @@
     </tag>
 
 
- 	<!-- schedule -->
- 	<tag>
+     <!-- schedule -->
+     <tag>
        <name>schedule</name>
        <tag-class>org.apache.myfaces.custom.schedule.ScheduleTag</tag-class>
        <body-content>empty</body-content>
        <display-name>Schedule component</display-name>
        <description>
- 		 A schedule component similar to the ones found in Outlook or Evolution
- 	  </description>
+          A schedule component similar to the ones found in Outlook or Evolution
+       </description>
        &ui_component_attributes;
        &ui_command_attributes;
        &ui_schedule_attributes;
@@ -175,7 +175,7 @@
         <body-content>JSP</body-content>
         <description>
             Provides an input textbox with "suggest" functionality, using a remote connection to the server.
-	    The difference to inputSuggest is that a custom drop down is rendered.
+        The difference to inputSuggest is that a custom drop down is rendered.
         </description>
         &standard_input_text_attributes;
         &ext_forceId_attribute;
@@ -185,10 +185,10 @@
         &user_role_attributes;
 
         <attribute>
-        	<name>size</name>
-        	<required>false</required>
-        	<rtexprvalue>false</rtexprvalue>
-        	<type>java.lang.String</type>
+            <name>size</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <type>java.lang.String</type>
         </attribute>
 
         <attribute>
@@ -292,7 +292,7 @@
     </tag>
 
 
-  <!-- form -->
+    <!-- form -->
     <tag>
         <name>form</name>
         <tag-class>org.apache.myfaces.custom.form.HtmlFormTag</tag-class>
@@ -332,9 +332,10 @@
        <tag-class>org.apache.myfaces.custom.urlvalidator.ValidateUrlTag</tag-class>
        <body-content>JSP</body-content>
        <description>
- 			A custom validator for url format, based upons Jakarta Commons.
+             A custom validator for url format, based upons Jakarta Commons.
         </description>
     </tag>
+
     <!-- Validator for isbn codes -->
     <tag>
         <name>validateISBN</name>
@@ -344,6 +345,7 @@
             A custom validator for isbn codes, based upons Jakarta Commons.
         </description>
     </tag>
+
     <!-- Validator for comparing two component values -->
     <tag>
         <name>validateCompareTo</name>
@@ -354,6 +356,7 @@
         </description>
         &validator_compare_to_attributes;
     </tag>
+
     <!-- autoUpdateDataTable -->
     <tag>
         <name>autoUpdateDataTable</name>
@@ -508,13 +511,13 @@
      </tag>
 
     <!-- Converter for Boolean values -->
-	<tag>
-		<name>convertBoolean</name>
-		<tag-class>org.apache.myfaces.custom.convertboolean.ConvertBooleanTag</tag-class>
-		<display-name>Boolean Converter</display-name>
-		<description>
-			Converts a boolean to custom format (yes/no), (1/0), etc.
-		</description>
+    <tag>
+        <name>convertBoolean</name>
+        <tag-class>org.apache.myfaces.custom.convertboolean.ConvertBooleanTag</tag-class>
+        <display-name>Boolean Converter</display-name>
+        <description>
+            Converts a boolean to custom format (yes/no), (1/0), etc.
+        </description>
 
         <attribute>
             <name>trueValue</name>
@@ -527,15 +530,15 @@
             <required>false</required>
             <description>Value representing a boolean false, e.g. FALSE, no, 0, etc.</description>
         </attribute>
-	</tag>
+    </tag>
 
     <tag>
-		<name>convertDateTime</name>
-		<tag-class>org.apache.myfaces.custom.convertDateTime.ConvertDateTimeTag</tag-class>
-		<display-name>DateTime Converter</display-name>
-		<description>
-			Convert date time using normal system timezone like it should
-		</description>
+        <name>convertDateTime</name>
+        <tag-class>org.apache.myfaces.custom.convertDateTime.ConvertDateTimeTag</tag-class>
+        <display-name>DateTime Converter</display-name>
+        <description>
+            Convert date time using normal system timezone like it should
+        </description>
 
       <attribute>
             <name>dateStyle</name>
@@ -573,42 +576,42 @@
             <rtexprvalue>false</rtexprvalue>
             <description>date|time|both</description>
         </attribute>
-	</tag>
+    </tag>
 
     <!-- fieldset -->
-	<tag>
-		<name>fieldset</name>
-		<tag-class>org.apache.myfaces.custom.fieldset.FieldsetTag</tag-class>
-		<body-content>JSP</body-content>
-		<description>Renders an HTML Fieldset</description>
-		&ui_component_attributes;
+    <tag>
+        <name>fieldset</name>
+        <tag-class>org.apache.myfaces.custom.fieldset.FieldsetTag</tag-class>
+        <body-content>JSP</body-content>
+        <description>Renders an HTML Fieldset</description>
+        &ui_component_attributes;
         &ext_forceId_attribute;
         &user_role_attributes;
-		<attribute>
-			<name>style</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-			<description>
-				The style to use for this div.
-			</description>
-		</attribute>
-		<attribute>
-			<name>styleClass</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-			<description>
-				The class to use for this div.
-			</description>
-		</attribute>
-		<attribute>
-			<name>legend</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-			<description>
-				The fieldset's legend.
-			</description>
-		</attribute>
-	</tag>
+        <attribute>
+            <name>style</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The style to use for this div.
+            </description>
+        </attribute>
+        <attribute>
+            <name>styleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The class to use for this div.
+            </description>
+        </attribute>
+        <attribute>
+            <name>legend</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+            <description>
+                The fieldset's legend.
+            </description>
+        </attribute>
+    </tag>
 
      <!-- graphicImage -->
     <tag>
@@ -632,10 +635,10 @@
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
             <description>
-            	Optional URL fragment to initialize the backing bean.
-            	If you use this, the JSF tree won't be serialized in the URL, and so the URL will be MUCH smaller.
-            	This could solve some 414 errors with some containers and/or clients.
-			</description>
+                Optional URL fragment to initialize the backing bean.
+                If you use this, the JSF tree won't be serialized in the URL, and so the URL will be MUCH smaller.
+                This could solve some 414 errors with some containers and/or clients.
+            </description>
         </attribute>
 
         <attribute>
@@ -655,100 +658,101 @@
         </attribute>
 
     </tag>
-<!--  effect -->
-	<tag>
-		<name>effect</name>
-		<tag-class>
-			org.apache.myfaces.custom.effect.EffectTag
-		</tag-class>
-		<body-content>JSP</body-content>
-		<description>provides javascript effects
-		    which are from the script.aculo.us library
-		    and from the fat fade anything technique library
-        </description>
-
-		<attribute>
-			<name>id</name>
-			<required>true</required>
-			<rtexprvalue>false</rtexprvalue>
-		</attribute>
-
-		<attribute>
-			<name>rendered</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-			<type>java.lang.Boolean</type>
-		</attribute>
-
-		<attribute>
-			<name>style</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-		</attribute>
-		<attribute>
-			<name>styleClass</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-		</attribute>
-		<attribute>
-			<name>rendered</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-		</attribute>
-		<attribute>
-			<name>fade</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-			<type>java.lang.Boolean</type>
-		</attribute>
-		<attribute>
-			<name>squish</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-			<type>java.lang.Boolean</type>
-		</attribute>
-		<attribute>
-			<name>puff</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-			<type>java.lang.Boolean</type>
-		</attribute>
-		<attribute>
-			<name>scale</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-			<type>java.lang.String</type>
-		</attribute>
-
-		<attribute>
-			<name>scaleSize</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-			<type>java.lang.Integer</type>
-		</attribute>
-
-		<attribute>
-			<name>pulsate</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-		</attribute>
-
-		<attribute>
-			<name>fadeColor</name>
-			<required>false</required>
-			<rtexprvalue>false</rtexprvalue>
-		</attribute>
-	</tag>
-	
-	<!-- selectManyPicklist -->
-	<tag>
+
+    <!--  effect -->
+    <tag>
+        <name>effect</name>
+        <tag-class>
+            org.apache.myfaces.custom.effect.EffectTag
+        </tag-class>
+        <body-content>JSP</body-content>
+        <description>provides javascript effects
+            which are from the script.aculo.us library
+            and from the fat fade anything technique library
+        </description>
+
+        <attribute>
+            <name>id</name>
+            <required>true</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+
+        <attribute>
+            <name>rendered</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+            <type>java.lang.Boolean</type>
+        </attribute>
+
+        <attribute>
+            <name>style</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>styleClass</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>rendered</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>fade</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+            <type>java.lang.Boolean</type>
+        </attribute>
+        <attribute>
+            <name>squish</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+            <type>java.lang.Boolean</type>
+        </attribute>
+        <attribute>
+            <name>puff</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+            <type>java.lang.Boolean</type>
+        </attribute>
+        <attribute>
+            <name>scale</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+            <type>java.lang.String</type>
+        </attribute>
+
+        <attribute>
+            <name>scaleSize</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+            <type>java.lang.Integer</type>
+        </attribute>
+
+        <attribute>
+            <name>pulsate</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+
+        <attribute>
+            <name>fadeColor</name>
+            <required>false</required>
+            <rtexprvalue>false</rtexprvalue>
+        </attribute>
+    </tag>
+    
+    <!-- selectManyPicklist -->
+    <tag>
        <name>selectManyPicklist</name>
        <tag-class>org.apache.myfaces.custom.picklist.HtmlSelectManyPicklistTag</tag-class>
        <body-content>JSP</body-content>
        <display-name>selecManyPicklist component</display-name>
        <description>
- 		 A picklist component that allows to select items from one list to another
- 	  </description>
+          A picklist component that allows to select items from one list to another
+       </description>
        &standard_select_many_listbox_attributes;
        &user_role_attributes;
     </tag>