jsp使用自定义标签taglib分页系列——avantouch-common.tld

15 篇文章 0 订阅

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
<taglib>
 <tlib-version>1.0</tlib-version>
 <jsp-version>1.2</jsp-version>
 <short-name>ctrl</short-name>
 <uri>/WEB-INF/avantouch.tld</uri>
 <!--
     + - - - - - - - - - - - - - - - -
     |       <columndrilldown> Tag
     + - - - - - - - - - - - - - - - -
     -->
   <tag>
  <name>columndrilldown</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.DrilldownTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>name</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The name of the  owning bean.</description>
  </attribute>
  <attribute>
   <name>property</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The property of the  owning bean</description>
  </attribute>
  <attribute>
   <name>scope</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The scope of the bean specified by the name property,
    if any.</description>
  </attribute>
  <attribute>
   <name>link</name>
   <required>link</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The link is required ,link
    address(.../XXXXAction.do)</description>
  </attribute>
  <attribute>
   <name>method</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The method of the  owning bean</description>
  </attribute>
  
  <attribute>
   <name>onClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of tag event</description>
  </attribute>
  <attribute>
   <name>onDblClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyPress</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseMove</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOut</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOver</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of tag event</description>
  </attribute>
  
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this td attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this td attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this td attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this td attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this td attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this td attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this td attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this td attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of td event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of td event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of td event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of td event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of td event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of td event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of td event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of td event</description>
  </attribute>
  
  <attribute>
   <name>abbr</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The abbr of this td attribute</description>
  </attribute>
  <attribute>
   <name>axis</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The axis of this td attribute</description>
  </attribute>
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this td attribute</description>
  </attribute>
  <attribute>
   <name>colspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The colspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>headers</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The headers of this td attribute</description>
  </attribute>
  <attribute>
   <name>nowrap</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The nowrap of this td attribute</description>
  </attribute>
  <attribute>
   <name>rowspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rowspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>valign</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The valign of this td attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this td attribute</description>
  </attribute>
 </tag>
 <!--
     + - - - - - - - - - - - - - - - -
     |       <columntext> Tag
     + - - - - - - - - - - - - - - - -
     -->
   <tag>
  <name>columntext</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.ColumntextTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>name</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The name of the  owning bean.</description>
  </attribute>
  <attribute>
   <name>property</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The property of the  owning bean</description>
  </attribute>
  <attribute>
   <name>scope</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The scope of the bean specified by the name property,
    if any.</description>
  </attribute>
  
  <attribute>
   <name>onClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of tag event</description>
  </attribute>
  <attribute>
   <name>onDblClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyPress</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseMove</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOut</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOver</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of tag event</description>
  </attribute>
  
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this td attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this td attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this td attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this td attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this td attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this td attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this td attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this td attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of td event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of td event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of td event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of td event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of td event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of td event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of td event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of td event</description>
  </attribute>
  
  <attribute>
   <name>abbr</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The abbr of this td attribute</description>
  </attribute>
  <attribute>
   <name>axis</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The axis of this td attribute</description>
  </attribute>
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this td attribute</description>
  </attribute>
  <attribute>
   <name>colspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The colspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>headers</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The headers of this td attribute</description>
  </attribute>
  <attribute>
   <name>nowrap</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The nowrap of this td attribute</description>
  </attribute>
  <attribute>
   <name>rowspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rowspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>valign</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The valign of this td attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this td attribute</description>
  </attribute>
 </tag>
 <!--
     + - - - - - - - - - - - - - - - -
     |       <columnedit> Tag
     + - - - - - - - - - - - - - - - -
     -->
   <tag>
  <name>columnedit</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.ColumneditTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>name</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The name of the  owning bean.</description>
  </attribute>
  <attribute>
   <name>property</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The property of the  owning bean</description>
  </attribute>
  <attribute>
   <name>scope</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The scope of the bean specified by the name property,
    if any.</description>
  </attribute>
  <attribute>
   <name>link</name>
   <required>link</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The link is required ,link
    address(.../XXXXAction.do)</description>
  </attribute>
  <attribute>
   <name>method</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The method of the  owning bean</description>
  </attribute>
  
  <attribute>
   <name>onClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of tag event</description>
  </attribute>
  <attribute>
   <name>onDblClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyPress</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseMove</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOut</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOver</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of tag event</description>
  </attribute>
  
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this td attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this td attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this td attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this td attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this td attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this td attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this td attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this td attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of td event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of td event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of td event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of td event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of td event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of td event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of td event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of td event</description>
  </attribute>
  
  <attribute>
   <name>abbr</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The abbr of this td attribute</description>
  </attribute>
  <attribute>
   <name>axis</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The axis of this td attribute</description>
  </attribute>
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this td attribute</description>
  </attribute>
  <attribute>
   <name>colspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The colspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>headers</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The headers of this td attribute</description>
  </attribute>
  <attribute>
   <name>nowrap</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The nowrap of this td attribute</description>
  </attribute>
  <attribute>
   <name>rowspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rowspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>valign</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The valign of this td attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this td attribute</description>
  </attribute>
 </tag>
 <!--
     + - - - - - - - - - - - - - - - -
     |       <columndelete> Tag
     + - - - - - - - - - - - - - - - -
     -->
   <tag>
  <name>columndelete</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.ColumndeleteTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>name</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The name of the  owning bean.</description>
  </attribute>
  <attribute>
   <name>key</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The key of the  owning bean</description>
  </attribute>
  <attribute>
   <name>scope</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The scope of the bean specified by the name property,
    if any.</description>
  </attribute>
  <attribute>
   <name>link</name>
   <required>link</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The link is required ,link
    address(.../XXXXAction.do)</description>
  </attribute>
  <attribute>
   <name>method</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The method of the  owning bean</description>
  </attribute>
  
  <attribute>
   <name>onClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of tag event</description>
  </attribute>
  <attribute>
   <name>onDblClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyPress</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseMove</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOut</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOver</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of tag event</description>
  </attribute>
  
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this td attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this td attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this td attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this td attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this td attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this td attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this td attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this td attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of td event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of td event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of td event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of td event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of td event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of td event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of td event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of td event</description>
  </attribute>
  
  <attribute>
   <name>abbr</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The abbr of this td attribute</description>
  </attribute>
  <attribute>
   <name>axis</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The axis of this td attribute</description>
  </attribute>
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this td attribute</description>
  </attribute>
  <attribute>
   <name>colspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The colspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>headers</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The headers of this td attribute</description>
  </attribute>
  <attribute>
   <name>nowrap</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The nowrap of this td attribute</description>
  </attribute>
  <attribute>
   <name>rowspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rowspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>valign</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The valign of this td attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this td attribute</description>
  </attribute>
 </tag>
 <!--
     + - - - - - - - - - - - - - - - -
     |       <columnbutton> Tag
     + - - - - - - - - - - - - - - - -
     -->
   <tag>
  <name>columnbutton</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.ColumnbuttonTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>name</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The name of the  owning bean.</description>
  </attribute>
  <attribute>
   <name>key</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The key of the  owning bean</description>
  </attribute>
  <attribute>
   <name>otherParam</name>
   <required>flase</required>
   <rtexprvalue>otherParam</rtexprvalue>
   <description>The otherParam of the  owning bean</description>
  </attribute>
  <attribute>
   <name>image</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The image of the  owning bean</description>
  </attribute>
  <attribute>
   <name>scope</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The scope of the bean specified by the name property,
    if any.</description>
  </attribute>
  <attribute>
   <name>link</name>
   <required>link</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The link is required ,link
    address(.../XXXXAction.do)</description>
  </attribute>
  <attribute>
   <name>method</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The method of the  owning bean</description>
  </attribute>
  
  <attribute>
   <name>onClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of tag event</description>
  </attribute>
  <attribute>
   <name>onDblClick</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyPress</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of tag event</description>
  </attribute>
  <attribute>
   <name>onKeyUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseDown</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseMove</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOut</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseOver</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of tag event</description>
  </attribute>
  <attribute>
   <name>onMouseUp</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of tag event</description>
  </attribute>
  
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this td attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this td attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this td attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this td attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this td attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this td attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this td attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this td attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of td event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of td event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of td event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of td event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of td event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of td event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of td event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of td event</description>
  </attribute>
  
  <attribute>
   <name>abbr</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The abbr of this td attribute</description>
  </attribute>
  <attribute>
   <name>axis</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The axis of this td attribute</description>
  </attribute>
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this td attribute</description>
  </attribute>
  <attribute>
   <name>colspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The colspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>headers</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The headers of this td attribute</description>
  </attribute>
  <attribute>
   <name>nowrap</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The nowrap of this td attribute</description>
  </attribute>
  <attribute>
   <name>rowspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rowspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>valign</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The valign of this td attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this td attribute</description>
  </attribute>
 </tag>
 <!--
     + - - - - - - - - - - - - - - - -
     |       <td> Tag
     + - - - - - - - - - - - - - - - -
     -->
     <tag>
  <name>td</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.table.TDTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this td attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this td attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this td attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this td attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this td attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this td attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this td attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this td attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this td attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of td event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of td event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of td event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of td event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of td event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of td event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of td event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of td event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of td event</description>
  </attribute>
  
  <attribute>
   <name>abbr</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The abbr of this td attribute</description>
  </attribute>
  <attribute>
   <name>axis</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The axis of this td attribute</description>
  </attribute>
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this td attribute</description>
  </attribute>
  <attribute>
   <name>colspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The colspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>headers</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The headers of this td attribute</description>
  </attribute>
  <attribute>
   <name>nowrap</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The nowrap of this td attribute</description>
  </attribute>
  <attribute>
   <name>rowspan</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rowspan of this td attribute</description>
  </attribute>
  <attribute>
   <name>valign</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The valign of this td attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this td attribute</description>
  </attribute>
 </tag>
 <!--
     + - - - - - - - - - - - - - - - -
     |       <tr> Tag
     + - - - - - - - - - - - - - - - -
     -->
    <tag>
      <name>tr</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.table.TRTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this tr attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this tr attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this tr attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this tr attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this tr attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this tr attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this tr attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this tr attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this tr attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this tr attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this tr attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of tr event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of tr event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of tr event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of tr event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of tr event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of tr event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of tr event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of tr event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of tr event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of tr event</description>
  </attribute>
  
  <attribute>
   <name>nowrap</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The nowrap of this tr attribute</description>
  </attribute>
  <attribute>
   <name>valign</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The valign of this tr attribute</description>
  </attribute>
  <attribute>
   <name>styleClass1_TD</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass1_TD of this tr's td attribute</description>
  </attribute>
  <attribute>
   <name>styleClass2_TD</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass2_TD of this tr's td attribute</description>
  </attribute>  
 </tag> 
 <!--
     + - - - - - - - - - - - - - - - -
     |       <table> Tag
     + - - - - - - - - - - - - - - - -
     -->
 <tag>
 <name>table</name>
  <tag-class>
   com.avantouch.common.web.struts.taglib.table.TableTag</tag-class>  
  <body-content>JSP</body-content>
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this table attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this table attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this table attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this table attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this table attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this table attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this table attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this table attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this table attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this table attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this table attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of table event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of table event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of table event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of table event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of table event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of table event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of table event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of table event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of table event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of table event</description>
  </attribute>
  
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this table attribute</description>
  </attribute>
  <attribute>
   <name>border</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The border of this table attribute</description>
  </attribute>
  <attribute>
   <name>cellPadding</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The cellPadding of this table attribute</description>
  </attribute>
  <attribute>
   <name>cellSpacing</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The cellSpacing of this table attribute</description>
  </attribute>
  <attribute>
   <name>cols</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The cols of this table attribute</description>
  </attribute>
  <attribute>
   <name>datapagesize</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The datapagesize of this table attribute</description>
  </attribute>
  <attribute>
   <name>frame</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The frame of this table attribute</description>
  </attribute>
  <attribute>
   <name>rules</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rules of this table attribute</description>
  </attribute>
  <attribute>
   <name>vspace</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The vspace of this table attribute</description>
  </attribute>
  <attribute>
   <name>hspace</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The hspace of this table attribute</description>
  </attribute>
  <attribute>
   <name>summary</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The summary of this table attribute</description>
  </attribute>
  <attribute>
   <name>caption</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The caption of this table attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this table attribute</description>
  </attribute>
  <attribute>
   <name>styleClass1_TR</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass1_TR of this table's tr attribute</description>
  </attribute>
  <attribute>
   <name>styleClass2_TR</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass2_TR of this table's tr attribute</description>
  </attribute> 
 </tag> 
 <!--
     + - - - - - - - - - - - - - - - -
     |       <ListTag> Tag
     + - - - - - - - - - - - - - - - -
     -->
 <tag>
  <name>list</name>
  <tag-class> com.avantouch.common.web.struts.taglib.ListTag</tag-class>
  <tei-class>org.apache.struts.taglib.logic.IterateTei</tei-class>
  <body-content>JSP</body-content>
  <attribute>
   <name>id</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The name of the scripting variable to be
    exposed</description>
  </attribute>
  <attribute>
   <name>name</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The name of the collection or owning bean</description>
  </attribute> 
  <attribute>
   <name>action</name>
   <required>true</required>
   <rtexprvalue>false</rtexprvalue>
   <description>The action is required ,link
    address(.../XXXXAction.do)</description>
  </attribute>
  <attribute>
   <name>property</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The property name containing the
    collection</description>
  </attribute>  
  <attribute>
   <name>scope</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The scope of the collection or owning
    bean</description>
  </attribute>
  <attribute>
   <name>type</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The Java class of each exposed element of the
    collection</description>
  </attribute>  
  <attribute>
   <name>length</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The length value or attribute name</description>
  </attribute>
  <attribute>
   <name>offset</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The name of the scripting variable to be exposed as
    the current index</description>
  </attribute>
  <attribute>
   <name>indexId</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The collection over which we will be
    iterating</description>
  </attribute>
  <attribute>
   <name>isPageCount</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>dispaly text for entering pageCount</description>
  </attribute>
  <attribute>
   <name>styleId</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>tableHead</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The identifier associated with this tag</description>
  </attribute>
  <attribute>
   <name>align</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The align of this table attribute</description>
  </attribute>
  <attribute>
   <name>bgcolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bgcolor of this table attribute</description>
  </attribute>
  <attribute>
   <name>bordercolor</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolor of this table attribute</description>
  </attribute>
  <attribute>
   <name>bordercolordark</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolordark of this table attribute</description>
  </attribute>
  <attribute>
   <name>bordercolorlight</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The bordercolorlight of this table attribute</description>
  </attribute>
  <attribute>
   <name>dir</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The dir of this table attribute</description>
  </attribute>
  <attribute>
   <name>styleClass</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass of this table attribute</description>
  </attribute>
  <attribute>
   <name>height</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The height of this table attribute</description>
  </attribute>
  <attribute>
   <name>lang</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The lang of this table attribute</description>
  </attribute>
  <attribute>
   <name>title</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The title of this table attribute</description>
  </attribute>
  <attribute>
   <name>style</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The style of this table attribute</description>
  </attribute>
  <attribute>
   <name>onClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onClick of table event</description>
  </attribute>
  <attribute>
   <name>onDblClick_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onDblClick of table event</description>
  </attribute>
  <attribute>
   <name>onKeyDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyDown of table event</description>
  </attribute>
  <attribute>
   <name>onKeyPress_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyPress of table event</description>
  </attribute>
  <attribute>
   <name>onKeyUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onKeyUp of table event</description>
  </attribute>
  <attribute>
   <name>onMouseDown_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseDown of table event</description>
  </attribute>
  <attribute>
   <name>onMouseMove_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseMove of table event</description>
  </attribute>
  <attribute>
   <name>onMouseOut_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOut of table event</description>
  </attribute>
  <attribute>
   <name>onMouseOver_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseOver of table event</description>
  </attribute>
  <attribute>
   <name>onMouseUp_T</name>
   <required>false</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The onMouseUp of table event</description>
  </attribute>
  
  <attribute>
   <name>backgroud</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The backgroud of this table attribute</description>
  </attribute>
  <attribute>
   <name>border</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The border of this table attribute</description>
  </attribute>
  <attribute>
   <name>cellPadding</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The cellPadding of this table attribute</description>
  </attribute>
  <attribute>
   <name>cellSpacing</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The cellSpacing of this table attribute</description>
  </attribute>
  <attribute>
   <name>cols</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The cols of this table attribute</description>
  </attribute>
  <attribute>
   <name>datapagesize</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The datapagesize of this table attribute</description>
  </attribute>
  <attribute>
   <name>frame</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The frame of this table attribute</description>
  </attribute>
  <attribute>
   <name>rules</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The rules of this table attribute</description>
  </attribute>
  <attribute>
   <name>vspace</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The vspace of this table attribute</description>
  </attribute>
  <attribute>
   <name>hspace</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The hspace of this table attribute</description>
  </attribute>
  <attribute>
   <name>summary</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The summary of this table attribute</description>
  </attribute>
  <attribute>
   <name>caption</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The caption of this table attribute</description>
  </attribute>
  <attribute>
   <name>width</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The width of this table attribute</description>
  </attribute>
  <attribute>
   <name>styleClass1_TR</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass1_TR of this table's tr attribute</description>
  </attribute>
  <attribute>
   <name>styleClass2_TR</name>
   <required>flase</required>
   <rtexprvalue>true</rtexprvalue>
   <description>The styleClass2_TR of this table's tr attribute</description>
  </attribute> 
 </tag>
 </taglib> 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值