亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
国产伦精品一区二区三区免费迷 | 久久精品视频免费| 欧美日韩电影在线| 91精品欧美综合在线观看最新| 欧美一区午夜精品| 久久久国产精品午夜一区ai换脸| 久久久久久亚洲综合| 亚洲久草在线视频| 开心九九激情九九欧美日韩精美视频电影| 精品无码三级在线观看视频| 成人白浆超碰人人人人| 欧美日韩一级视频| 国产精品视频免费| 奇米影视一区二区三区| 成人97人人超碰人人99| 欧美一区午夜视频在线观看| 中文字幕亚洲在| 久久国产视频网| 欧洲视频一区二区| 欧美激情一二三区| 久久国产精品99久久久久久老狼 | 国产不卡视频一区| 日韩欧美在线123| 午夜久久电影网| www.欧美.com| 久久精品免视看| 麻豆成人免费电影| 欧美日韩国产精品自在自线| 国产精品理论在线观看| 黄一区二区三区| 久久综合五月天婷婷伊人| 男人的j进女人的j一区| 在线播放中文一区| 视频一区在线播放| 欧亚一区二区三区| 亚洲综合图片区| 日本道精品一区二区三区| 成人欧美一区二区三区小说| 国产成人精品免费一区二区| 久久综合av免费| 国产美女娇喘av呻吟久久| 日韩三级免费观看| 精品一区二区三区久久久| 精品少妇一区二区三区| 国产麻豆精品在线| 中国色在线观看另类| 99精品视频一区二区| 亚洲精选视频免费看| 欧美午夜理伦三级在线观看| 成人综合婷婷国产精品久久免费| 久久久久久免费网| av动漫一区二区| 亚洲国产欧美在线| 日韩午夜激情免费电影| 国产精品1区2区3区| 亚洲欧美一区二区三区久本道91 | 免费一级片91| 国产精品欧美一级免费| 在线观看日韩毛片| 精品一区二区三区在线观看国产| 亚洲国产精品高清| 69av一区二区三区| 成年人午夜久久久| 麻豆精品在线播放| 一区二区三区加勒比av| 精品国产在天天线2019| 色狠狠综合天天综合综合| 免费av成人在线| 日韩毛片精品高清免费| 精品久久久久99| 欧美日韩在线播放三区四区| 国产专区综合网| 午夜av一区二区三区| 日本一二三不卡| 欧美一区日韩一区| 91福利在线导航| 国产成人综合在线观看| 美女视频一区在线观看| 亚洲一区二区三区美女| 国产高清久久久久| 另类中文字幕网| 免费高清视频精品| 夜夜嗨av一区二区三区| 国产精品伦理在线| 国产精品色眯眯| 中文字幕+乱码+中文字幕一区| 欧美成人精品1314www| 欧美高清性hdvideosex| 欧美伊人久久大香线蕉综合69| 91浏览器在线视频| 91首页免费视频| 一本大道久久精品懂色aⅴ| 北条麻妃一区二区三区| yourporn久久国产精品| 97久久精品人人做人人爽| 97精品视频在线观看自产线路二| 成人理论电影网| av电影天堂一区二区在线观看| 成人成人成人在线视频| 色综合久久九月婷婷色综合| 色八戒一区二区三区| 欧美三级视频在线| 欧美一二三区在线| 欧美高清在线精品一区| 亚洲精品视频观看| 日韩精品五月天| 欧美久久一区二区| 日韩欧美在线影院| 国产精品美女久久久久久久| 夜夜揉揉日日人人青青一国产精品 | 欧美精品一区二区三区四区| 国产人伦精品一区二区| 亚洲精品欧美在线| 狠狠色丁香九九婷婷综合五月| 成人精品高清在线| 欧美日韩国产首页在线观看| 久久人人爽爽爽人久久久| 亚洲精品国产一区二区三区四区在线| 亚洲国产精品尤物yw在线观看| 久久er99精品| 欧美日韩精品是欧美日韩精品| 国产日韩欧美激情| 午夜伊人狠狠久久| av在线一区二区| 精品国产一区久久| 日韩av二区在线播放| 91免费观看在线| 国产亚洲福利社区一区| 日韩精品一二区| 欧美三级三级三级| 国产精品久久久久久亚洲毛片 | 欧美精品色综合| 国产成人在线免费观看| 日韩一级完整毛片| 亚洲成a人片综合在线| 99久久精品国产毛片| 国产香蕉久久精品综合网| 强制捆绑调教一区二区| 欧美性xxxxxx少妇| 亚洲免费色视频| 99热这里都是精品| 国产精品久久久久aaaa樱花| 国产精品一线二线三线精华| 欧美成人在线直播| 全国精品久久少妇| 欧美不卡一区二区三区| 久久精品国内一区二区三区 | 国产日韩欧美一区二区三区综合| 狠狠色狠狠色综合系列| 欧美r级电影在线观看| 另类的小说在线视频另类成人小视频在线| 欧美日韩一级二级三级| 青青草成人在线观看| 欧美一区二区三区四区在线观看| 韩国女主播成人在线观看| 日韩欧美www| 琪琪久久久久日韩精品| 国产精品大尺度| 精品久久久久久久久久久久包黑料 | 国产大陆亚洲精品国产| 丝袜美腿一区二区三区| 中文字幕在线不卡国产视频| 日韩视频国产视频| 色老综合老女人久久久| 成人免费黄色大片| 激情文学综合网| 美女精品自拍一二三四| 亚洲国产精品欧美一二99| 亚洲欧美日韩中文字幕一区二区三区| 久久久精品国产99久久精品芒果| 日韩欧美国产三级电影视频| 欧美日韩午夜精品| 欧美视频精品在线观看| 色欧美乱欧美15图片| 成人av在线资源网| 成人免费电影视频| 国产a区久久久| 国产ts人妖一区二区| 国产剧情av麻豆香蕉精品| 激情五月婷婷综合| 国内欧美视频一区二区| 国产伦精品一区二区三区免费迷 | 久久日一线二线三线suv| 欧美一级国产精品| 欧美一区二区久久| 日韩精品在线看片z| 精品噜噜噜噜久久久久久久久试看| 日韩一区二区三区视频| 日韩视频国产视频| 精品国产区一区| 久久蜜桃av一区精品变态类天堂| 久久你懂得1024| 国产欧美精品国产国产专区| 欧美国产精品久久| 中文字幕日韩精品一区| 亚洲人成小说网站色在线| 亚洲综合自拍偷拍| 日韩国产欧美三级| 精品一区二区三区免费视频| 国产一区在线观看麻豆|