亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? extremecomponents.tld

?? spring+webwork+ibatis的一個軟件練手項目,實現最基礎的留言本功能.
?? TLD
?? 第 1 頁 / 共 3 頁
字號:
<?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>eXtremeComponents</short-name>

   <uri>http://www.extremecomponents.org</uri>

   <display-name>eXtremeComponents</display-name>
   <description><![CDATA[Display eXtremeComponents information.]]></description>

   <tag>

      <name>column</name>
      <tag-class>org.extremecomponents.table.tag.ColumnTag</tag-class>
      <body-content>JSP</body-content>
      <display-name>ColumnTag</display-name>
      <description><![CDATA[The container which holds all the column specific information. A copy of each column will be fed to the Model.]]></description>

      <attribute>
         <name>alias</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Used to uniquely identify the column when the same property is used for more than one column.]]></description>

      </attribute>
      <attribute>
         <name>calc</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[A fully qualified class name to a custom Calc implementation. Could also be a named type in the preferences. Used to do math on a column.]]></description>

      </attribute>
      <attribute>
         <name>calcTitle</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The title of the calc.]]></description>

      </attribute>
      <attribute>
         <name>cell</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Display for the column. The valid values are display, currency, rowCount, and date. The default value is display. The cell can also be a fully qualified class name to a custom Cell. Be sure to implement the Cell interface or extend AbstractCell if making a custom cell.]]></description>

      </attribute>
      <attribute>
         <name>escapeAutoFormat</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Specify whether auto format of value will be skipped. False by default, and is only effective if autoformatting is implement in the view.]]></description>

      </attribute>
      <attribute>
         <name>filterable</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Specify whether or not the column should be filterable. Acceptable values are true or false. The default is to use the value for the table filterable attribute.]]></description>

      </attribute>
      <attribute>
         <name>filterCell</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Displays the filter column. The valid values are filter and droplist. The default is filter. The cell can also be a fully qualified class name to a custom cell.]]></description>

      </attribute>
      <attribute>
         <name>filterClass</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css class style sheet used to define what the table filter column looks like.]]></description>

      </attribute>
      <attribute>
         <name>filterOptions</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The object that contains the collection of elements that implement the Option interface.]]></description>

      </attribute>
      <attribute>
         <name>filterStyle</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css class style sheet to use for the filter column.]]></description>

      </attribute>
      <attribute>
         <name>format</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The format to use for the cell. For instance if used with a date cell then the format can be MM/dd/yyyy.]]></description>

      </attribute>
      <attribute>
         <name>headerCell</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Display for the header column. The default is header. The cell can also be a fully qualified class name to a custom cell.]]></description>

      </attribute>
      <attribute>
         <name>headerClass</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css class style sheet used to define what the table header column looks like.]]></description>

      </attribute>
      <attribute>
         <name>headerStyle</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css class style sheet to use for the header column.]]></description>

      </attribute>
      <attribute>
         <name>interceptor</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[A fully qualified class name to a custom InterceptColumn implementation. Could also be a named type in the preferences. Used to add or modify column attributes.]]></description>

      </attribute>
      <attribute>
         <name>parse</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Used if the format needs to be interpreted. For instance, a date needs to be parsed in the specific format, such as MM-dd-yyyy.]]></description>

      </attribute>
      <attribute>
         <name>property</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The bean attribute to use for the column.]]></description>

      </attribute>
      <attribute>
         <name>sortable</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Specify whether or not the column should be sortable. The acceptable values are true or false. The default is to use the value for the table sortable attribute.]]></description>

      </attribute>
      <attribute>
         <name>style</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css inline style sheet.]]></description>

      </attribute>
      <attribute>
         <name>styleClass</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css class style sheet.]]></description>

      </attribute>
      <attribute>
         <name>title</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The display for the table column header. If the title is not specified then it will default to the name of the property, changing the camelcase syntax to separate words.]]></description>

      </attribute>
      <attribute>
         <name>value</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The value for the column. If the value attribute is not specifed then it will be retrieved automatically using the property attribute. The value can also be defined within the column body.]]></description>

      </attribute>
      <attribute>
         <name>viewsAllowed</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The comma separated list of views that this column will be used in.]]></description>

      </attribute>
      <attribute>
         <name>viewsDenied</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The comma separated list of views that this column will not be used in.]]></description>

      </attribute>
      <attribute>
         <name>width</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Specify the column width.]]></description>

      </attribute>
   </tag>
   <tag>

      <name>exportXls</name>
      <tag-class>org.extremecomponents.table.tag.ExportXlsTag</tag-class>
      <body-content>JSP</body-content>
      <display-name>ExportXlsTag</display-name>
      <description><![CDATA[Export data for a xls view.]]></description>

      <attribute>
         <name>encoding</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The encoding that set is support UTF-8.]]></description>

      </attribute>
      <attribute>
         <name>fileName</name>
         <required>true</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The name of the export file.]]></description>

      </attribute>
      <attribute>
         <name>imageName</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The image name.]]></description>

      </attribute>
      <attribute>
         <name>interceptor</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[A fully qualified class name to a custom InterceptExport implementation. Could also be a named type in the preferences. Used to add or modify export attributes.]]></description>

      </attribute>
      <attribute>
         <name>view</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[A fully qualified class name to a custom View implementation. Could also be a named type in the preferences. Default types are pdf, xls, or csv.]]></description>

      </attribute>
      <attribute>
         <name>viewResolver</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[A fully qualified class name to a custom ViewResolver implementation. Could also be a named type in the preferences. Default types are pdf, xls, or csv.]]></description>

      </attribute>
      <attribute>
         <name>text</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The text for the export view.]]></description>

      </attribute>
      <attribute>
         <name>tooltip</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The tooltip that shows up when you mouseover the export image.]]></description>

      </attribute>
   </tag>
   <tag>

      <name>row</name>
      <tag-class>org.extremecomponents.table.tag.RowTag</tag-class>
      <body-content>JSP</body-content>
      <display-name>RowTag</display-name>
      <description><![CDATA[The container which holds all the row specific information.]]></description>

      <attribute>
         <name>highlightClass</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css class style sheet when highlighting rows.]]></description>

      </attribute>
      <attribute>
         <name>highlightRow</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[Used to turn the highlight feature on and off. Acceptable values are true or false. The default is false.]]></description>

      </attribute>
      <attribute>
         <name>interceptor</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[A fully qualified class name to a custom InterceptRow implementation. Could also be a named type in the preferences. Used to add or modify row attributes.]]></description>

      </attribute>
      <attribute>
         <name>onclick</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The javascript onclick action]]></description>

      </attribute>
      <attribute>
         <name>onmouseout</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The javascript onmouseout action]]></description>

      </attribute>
      <attribute>
         <name>onmouseover</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The javascript onmouseover action]]></description>

      </attribute>
      <attribute>
         <name>style</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css inline style sheet.]]></description>

      </attribute>
      <attribute>
         <name>styleClass</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The css class style sheet.]]></description>

      </attribute>
   </tag>
   <tag>

      <name>exportCsv</name>
      <tag-class>org.extremecomponents.table.tag.ExportCsvTag</tag-class>
      <body-content>JSP</body-content>
      <display-name>ExportCsvTag</display-name>
      <description><![CDATA[Export data for a csv view.]]></description>

      <attribute>
         <name>delimiter</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[What to use as the file delimiter. The default is a comma.]]></description>

      </attribute>
      <attribute>
         <name>encoding</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The encoding that set is support UTF-8.]]></description>

      </attribute>
      <attribute>
         <name>fileName</name>
         <required>true</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The name of the export file.]]></description>

      </attribute>
      <attribute>
         <name>imageName</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[The image name.]]></description>

      </attribute>
      <attribute>
         <name>interceptor</name>
         <required>false</required>
         <rtexprvalue>true</rtexprvalue>

           <description><![CDATA[A fully qualified class name to a custom InterceptExport implementation. Could also be a named type in the preferences. Used to add or modify export attributes.]]></description>

      </attribute>
      <attribute>
         <name>view</name>
         <required>false</required>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩国产首页| 麻豆精品在线看| 日本道免费精品一区二区三区| 国产女主播一区| 成人av在线网| 自拍av一区二区三区| 欧美综合欧美视频| 婷婷夜色潮精品综合在线| 欧美一区二区精美| 极品少妇一区二区三区精品视频| 久久综合色播五月| a4yy欧美一区二区三区| 亚洲欧美日韩国产成人精品影院| 欧美性淫爽ww久久久久无| 日韩avvvv在线播放| 久久久激情视频| 色综合天天综合网国产成人综合天 | 国产精品午夜免费| 91视频免费观看| 蜜桃视频在线一区| 国产精品美女久久久久aⅴ国产馆 国产精品美女久久久久av爽李琼 国产精品美女久久久久高潮 | 成人av在线一区二区| 亚洲妇熟xx妇色黄| 久久久久久免费网| 欧美性感一类影片在线播放| 美女看a上一区| 中文字幕不卡在线| 欧美日韩精品免费| 粗大黑人巨茎大战欧美成人| 亚洲第一会所有码转帖| 久久美女艺术照精彩视频福利播放 | 亚洲欧洲精品天堂一级| 在线成人小视频| 成人av影视在线观看| 婷婷国产在线综合| 国产精品不卡一区| 欧美精品tushy高清| 成人sese在线| 精久久久久久久久久久| 亚洲制服欧美中文字幕中文字幕| 精品卡一卡二卡三卡四在线| 欧美中文字幕一二三区视频| 国产传媒一区在线| 日韩av在线播放中文字幕| 亚洲视频一区在线观看| 精品国产一区久久| 欧美日韩国产综合一区二区| 成人黄色片在线观看| 青青草国产成人99久久| 亚洲精品五月天| 国产色综合久久| 日韩一区二区三区免费看 | 日韩一区二区三区视频在线| 在线看一区二区| 国产**成人网毛片九色| 奇米精品一区二区三区在线观看| 亚洲人成亚洲人成在线观看图片| 久久免费偷拍视频| 日韩欧美亚洲另类制服综合在线| 欧美主播一区二区三区美女| 不卡一区二区中文字幕| 国产一区二区精品久久99| 日本成人中文字幕| 石原莉奈在线亚洲三区| 伊人色综合久久天天| 国产精品美日韩| 国产亚洲精品免费| 国产午夜三级一区二区三| 精品国产污网站| 精品国产乱码久久| 精品免费日韩av| 精品99一区二区| 久久亚洲精精品中文字幕早川悠里| 日韩视频一区在线观看| 91精品国产乱| 日韩欧美一级特黄在线播放| 日韩一级片在线播放| 91精品国产综合久久蜜臀| 欧美日韩免费电影| 777久久久精品| 日韩欧美成人午夜| 久久久久久麻豆| 日本一区二区三区在线观看| 国产精品乱子久久久久| 国产精品成人在线观看| 亚洲日本电影在线| 亚洲制服丝袜av| 青青草国产成人99久久| 久久成人免费网| 国产成人免费av在线| 国产v综合v亚洲欧| 91丝袜美女网| 欧美性受xxxx黑人xyx性爽| 欧美嫩在线观看| 日韩免费一区二区| 国产女人18毛片水真多成人如厕| 国产精品欧美极品| 亚洲影视在线播放| 男男gaygay亚洲| 国产91精品欧美| 色噜噜狠狠一区二区三区果冻| 欧美日韩国产一区二区三区地区| 欧美一区二区三区思思人| 久久尤物电影视频在线观看| 国产精品麻豆欧美日韩ww| 一区二区三区视频在线观看 | 另类综合日韩欧美亚洲| 国产又粗又猛又爽又黄91精品| 国产福利一区二区三区视频在线| 99国产精品99久久久久久| 欧美色网站导航| 精品毛片乱码1区2区3区| 国产精品成人免费在线| 午夜久久久影院| 国产91精品入口| 欧美浪妇xxxx高跟鞋交| 国产女人18毛片水真多成人如厕| 亚洲综合清纯丝袜自拍| 精一区二区三区| 色综合视频在线观看| 日韩视频在线永久播放| 亚洲同性同志一二三专区| 美脚の诱脚舐め脚责91 | 日韩电影免费一区| 成人免费观看男女羞羞视频| 欧美老年两性高潮| 17c精品麻豆一区二区免费| 蜜臀av一区二区三区| 91免费观看国产| 久久综合九色欧美综合狠狠| 亚洲国产裸拍裸体视频在线观看乱了| 国产在线精品免费| 777色狠狠一区二区三区| 亚洲欧美电影一区二区| 国产激情偷乱视频一区二区三区| 欧美日韩在线播放三区四区| 国产精品麻豆久久久| 国内精品国产成人国产三级粉色| 欧美日韩在线播放一区| 中文字幕一区二区三| 国产制服丝袜一区| 欧美一卡2卡三卡4卡5免费| 伊人婷婷欧美激情| 99这里只有精品| 欧美激情一区二区三区全黄 | 国产.欧美.日韩| 欧美成人国产一区二区| 亚洲黄一区二区三区| 成人黄页在线观看| 久久久久成人黄色影片| 麻豆国产一区二区| 666欧美在线视频| 亚洲第四色夜色| 欧美三级资源在线| 亚洲成av人片在线| 欧美亚洲国产一区二区三区va | 午夜伊人狠狠久久| 色偷偷成人一区二区三区91| 国产精品电影院| 99久久99久久精品免费观看| 国产精品无圣光一区二区| 国产露脸91国语对白| 久久综合五月天婷婷伊人| 国产又黄又大久久| 久久久亚洲精品一区二区三区| 蜜桃在线一区二区三区| 精品蜜桃在线看| 国产精品一区二区91| 久久精品这里都是精品| 国产成人在线视频网站| 亚洲国产电影在线观看| 成人开心网精品视频| 中文字幕在线不卡| 91影视在线播放| 亚洲综合视频在线| 欧美日韩高清在线| 青青国产91久久久久久| 精品福利一二区| 国产精品99久久久久久久女警| 国产婷婷一区二区| 97超碰欧美中文字幕| 一区二区三区在线视频免费观看 | 成人免费视频视频| 中文字幕一区二区三区不卡在线 | 中文字幕在线观看不卡| 色婷婷精品久久二区二区蜜臂av| 亚洲国产精品一区二区久久恐怖片 | 国产又黄又大久久| 亚洲区小说区图片区qvod| 欧美丝袜丝交足nylons图片| 三级欧美在线一区| 精品国产亚洲在线| 99re在线视频这里只有精品| 亚洲国产另类av| 久久在线观看免费| 日本乱人伦aⅴ精品| 免费看日韩精品| 中文一区在线播放| 欧美在线影院一区二区| 麻豆国产欧美日韩综合精品二区|