[prev in list] [next in list] [prev in thread] [next in thread] 

List:       taglibs-dev
Subject:    cvs commit: jakarta-taglibs-sandbox/unstandard/xml unstandard.xml
From:       bayard () apache ! org
Date:       2003-07-22 19:04:26
[Download RAW message or body]

bayard      2003/07/22 12:04:26

  Modified:    unstandard/xml unstandard.xml
  Log:
  Added un:size tag
  
  Revision  Changes    Path
  1.6       +69 -0     jakarta-taglibs-sandbox/unstandard/xml/unstandard.xml
  
  Index: unstandard.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs-sandbox/unstandard/xml/unstandard.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- unstandard.xml	23 Apr 2003 08:11:25 -0000	1.5
  +++ unstandard.xml	22 Jul 2003 19:04:26 -0000	1.6
  @@ -542,6 +542,75 @@
           <description>The field to get</description>
         </attribute>
       </tag>
  +
  +    <!-- size tag -->    
  +    <tag>
  +      <name>size</name> 
  +      <tag-class>org.apache.taglibs.unstandard.SizeTag</tag-class>
  +      <body-content>empty</body-content>
  +
  +      <!-- JSP 1.2, display name of tag -->
  +      <display-name>size</display-name>
  +
  +      <!-- JSP 1.2 tag library DTD only, not used for generating
  +           documentation.
  +
  +      <small-icon></small-icon>
  +      <large-icon></large-icon>
  +          -->
  +      <!-- Complete description of this tag.  Used for JSP 1.2 TLD
  +           and for generating HTML documentation. -->
  +      <description>Work out the size of a String, Collection, Map or Object[]</description>
  +
  +      <!-- The next three non-standard elements are used to inform the relevant
  +           sections of the HTML doc.  See, for example, the Regexp
  +           taglib docs for examples of the output. -->
  +      <!-- One line summary of what tag does for Tag Summary section -->
  +      <summary>Work out the size of a String, Collection, Map or Object[]</summary>
  +      <!-- Version of taglib when this tag became available,
  +           deprecated is a possible value. -->
  +      <availability>1.0</availability>
  +      <!-- Any restrictions on use of the tag -->
  +      <restrictions>None</restrictions>
  +
  +
  +      <variable>
  +        <!-- JSP 1.2 elemenets -->
  +        <!-- name-given or name-from-attribute must be declared
  +        <name-given>var</name-given>
  +             -->
  +        <name-from-attribute>var</name-from-attribute>
  +        <!-- Optional variable declarations -->
  +        <!-- Package and class name of variable, default java.lang.String -->
  +        <variable-class>java.lang.Object</variable-class>
  +        <!-- Usage for declare is not clear in JSP1.2PFD, default true -->
  +        <declare>true</declare>
  +        <!-- scope of scripting variable, default NESTED -->
  +        <scope>AT_BEGIN</scope>
  +        <!-- description of scripting variable -->
  +        <description>The variable into which the length may be put</description>
  +
  +        <!-- Used for the HTML documentation only.
  +             Version of taglib when this script variable became available,
  +             deprecated is a possible value. -->
  +        <availability>1.0</availability>
  +      </variable>
  +
  +      <attribute>
  +        <name>var</name>
  +        <required>yes</required>
  +        <rtexprvalue>no</rtexprvalue>
  +        <description>Attribute description</description>
  +      </attribute>
  +
  +      <attribute>
  +        <name>target</name>
  +        <required>no</required>
  +        <rtexprvalue>no</rtexprvalue>
  +        <description>Target to get the value from</description>
  +      </attribute>
  +
  +    </tag>
     </tagtoc>
   
   </taglib>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic