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

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

?? displaytag-el.tld

?? 一個OA系統(tǒng)
?? TLD
?? 第 1 頁 / 共 2 頁
字號:
      <description>
        A MessageFormat patter that will be used to decorate objects in the column. Can be used as a "shortcut" for
        simple column decorations. @since 1.1
      </description>
    </attribute>
    <attribute>
      <name>escapeXml</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <type>boolean</type>
      <description>
        Set it to true to escape special characters in html and xml output. Defaults to 'false'. @since 1.1
      </description>
    </attribute>
    <attribute>
      <name>media</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        Render the column for the media type(s). The column won't be added to the table if the current request media is
        not supported. Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to
        'all'.
      </description>
    </attribute>
    <attribute>
      <name>href</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        <![CDATA[
        The base URL used to construct the dynamic link. If this attribute is provided, then the data that is shown for
        this column is wrapped inside a &lt;a href&gt; tag with the url provided through this attribute. Typically you
        would use this attribute along with one of the struts-like param attributes (param*) to create a dynamic link so
        that each row creates a different URL based on the data that is being viewed. An empty href value will generate
        a link to the current page, preserving parameters just like for paging links.]]>
      </description>
    </attribute>
    <attribute>
      <name>url</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        The base URL used to construct the dynamic link. This attribute has the same functionality as the href
        attribute, but it pre-pends the contextPath.
      </description>
    </attribute>
    <attribute>
      <name>paramId</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        The name of the request parameter that will be dynamically added to the generated href URL. The corresponding
        value is defined by the perty and (optional) paramName attributes, optionally scoped by the paramScope
        attribute.
      </description>
    </attribute>
    <attribute>
      <name>paramName</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        The name of a JSP bean that is a String containing the value for the request parameter named by paramId (if
        paramProperty is not specified), or a JSP bean whose property getter is called to return a String (if
        paramProperty is specified). The JSP bean is constrained to the bean scope specified by the paramScope property,
        if it is specified. If paramName is omitted, then it is assumed that the current object being iterated on is the
        target bean.
      </description>
    </attribute>
    <attribute>
      <name>paramProperty</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        The name of a property of the current object being iterated on, whose return value will be used as the value of
        the parameter (named by the paramId attribute) that will be dynamically added to this href URL. If paramName is
        also specified the property will not be fetched from the object being iterated on, but from the bean specified
        by paramName. The support of paramProperty in conjunction with paramName will be probably removed in future: use
        paramProperty only if you need a property in the iterated object, elsewhere use only paramName (you can select a
        property using an expression name.property).
      </description>
    </attribute>
    <attribute>
      <name>paramScope</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        @deprecated - use Expressions in paramName. The scope within which to search for the bean specified by the
        paramName attribute. If not specified, all scopes are searched. If paramName is not provided, then the current
        object being iterated on is assumed to be the target bean.
      </description>
    </attribute>
    <attribute>
      <name>maxLength</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        If this attribute is provided, then the column's displayed is limited to this number of characters. An elipse
        (...) is appended to the end if this column is linked, and the user can mouseover the elipse to get the full
        text. Be careful on using this attribute for String which can contain html tags or entities, or together with
        the autolink attribute turned on: displaytag will do its best trying to avoid leaving unclosed tags or broken
        entities in the output, but a complex or bad input could lead to unattended results.
      </description>
    </attribute>
    <attribute>
      <name>maxWords</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        If this attribute is provided, then the column's displayed is limited to this number of words. An elipse (...)
        is appended to the end if this column is linked, and the user can mouseover the elipse to get the full text. Be
        careful on using this attribute for String which can contain html tags or entities, or together with the
        autolink attribute turned on: displaytag will do its best trying to avoid leaving unclosed tags or broken
        entities in the output, but a complex or bad input could lead to unattended results.
      </description>
    </attribute>
    <attribute>
      <name>class</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        html pass through attribute; use this instead of directly coding presentational atttributes.
      </description>
    </attribute>
    <attribute>
      <name>headerClass</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>"class" html attribute added only for header cells.</description>
    </attribute>
    <attribute>
      <name>style</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>html pass through attribute.</description>
    </attribute>
    <attribute>
      <name>group</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        The grouping level (starting at 1 and incrementing) of this column (indicates if successive contain the same
        values, then they should not be displayed). The level indicates that if a lower level no longer matches, then
        the matching for this higher level should start over as well. If this attribute is not included, then no
        grouping is performed.
      </description>
    </attribute>
    <attribute>
      <name>decorator</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        Whitespace separated list of column decorators to apply to the current column. A table decorator name can be the
        name of an object in page, request, session or application scope or a fully qualified class name of a class
        implementing the org.displaytag.decorator.DisplaytagColumnDecorator interface. If a decorator is specified for
        the entire table, then this decorator will decorate that decorator.
      </description>
    </attribute>
    <attribute>
      <name>sortName</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <type>java.lang.String</type>
      <description>
        Used with sort="external", the name that should be given to the server to sort this column. IE if
        sortName="buzz", then the href for this column to sort will have a parameter d-(encodedId)-s=buzz. If sortName
        is ommitted the value for the sort param will default to the column number.
      </description>
    </attribute>
    <attribute>
      <name>headerScope</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>"scope" html attribute added only for header cells.</description>
    </attribute>
    <attribute>
      <name>scope</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>"scope" html attribute.</description>
    </attribute>
    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <type>java.lang.String</type>
      <description>
        Static value to be used for the column. It has the same meaning of setting a value in the tag body, but values
        set using this attribute will not be coerced to Strings. You may need to use the value attribute instead of a
        scriptlet in the tag body if you need to calculate totals on numeric values.
      </description>
    </attribute>
  </tag>
  <tag>
    <name>setProperty</name>
    <tag-class>org.displaytag.tags.el.ELSetPropertyTag</tag-class>
    <body-content>JSP</body-content>
    <display-name>setProperty</display-name>
    <description>
      Sets the indicated property on the enclosing Table tag. MUST be nested within a Table tag. As an alternative, you
      may create a property file that holds sitewide defaults; see the configuration documentation or the
      DisplayPropertiesLoaderServlet javadoc for information.
    </description>
    <attribute>
      <name>name</name>
      <required>true</required>
      <rtexprvalue>true</rtexprvalue>
      <description>The name of the property to set on the enclosing Table tag.</description>
    </attribute>
    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>
        The value to which the property is set. You can also set the property value in the tag body.
      </description>
    </attribute>
    <example>
      <![CDATA[
<display:setProperty name="paging.banner.placement" value="bottom" />
or
<display:setProperty name="paging.banner.placement">bottom</display:setProperty>
]]>
    </example>
  </tag>
  <tag>
    <name>footer</name>
    <tag-class>org.displaytag.tags.TableFooterTag</tag-class>
    <body-content>JSP</body-content>
    <display-name>footer</display-name>
    <description>
      Tag wich should be nested into a table tag to provide a custom table footer. The body of the tag is into the tfoot
      section of the table. The totals variable, if designated, will be in pageContext in this tag.
    </description>
    <attribute>
      <name>media</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <type>java.lang.String</type>
      <description>
        Use this attribute to keep a footer from being output during an export. The caption will only render for the
        named media type(s) - it won't be added to the table if the current request media is not supported. Can be any
        space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. See the export page
        in the example webapp for more details.
      </description>
    </attribute>
    <example>
      <![CDATA[
<display:table name="someList" varTotals="totals">
  <display:column property="itemName"/>
  <display:column property="price" total="true"/>
  <display:footer>
  	<tr>
  		<td>Total Bill:</td>
  		<td><c:out value="${totals.column2}" /></td>
  	<tr>
  </display:footer>
</display:table>
]]>
    </example>
  </tag>
  <tag>
    <name>caption</name>
    <tag-class>org.displaytag.tags.el.ELCaptionTag</tag-class>
    <body-content>JSP</body-content>
    <display-name>caption</display-name>
    <description>
      Simple tag which mimics the html caption tag. Use it inside a table tag to display a caption.
    </description>
    <attribute>
      <name>style</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>html pass through attribute.</description>
    </attribute>
    <attribute>
      <name>class</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>html pass through attribute.</description>
    </attribute>
    <attribute>
      <name>id</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>html pass through attribute.</description>
    </attribute>
    <attribute>
      <name>title</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>html pass through attribute.</description>
    </attribute>
    <attribute>
      <name>lang</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>html pass through attribute.</description>
    </attribute>
    <attribute>
      <name>dir</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <description>html pass through attribute.</description>
    </attribute>
    <attribute>
      <name>media</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
      <type>java.lang.String</type>
      <description>
        Use this attribute to keep a caption from being output during an export. The caption will only render for the
        named media type(s) - it won't be added to the table if the current request media is not supported. Can be any
        space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. See the export page
        in the example webapp for more details.
      </description>
    </attribute>
    <example>
      <![CDATA[
<display:table name="someList">
  <display:column property="mail"/>
  <display:column property="total"/>
  <display:caption>This is the table caption</display:caption>
</display:table>
]]>
    </example>
  </tag>
</taglib>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
麻豆精品一区二区av白丝在线| 欧美优质美女网站| 99久久免费国产| 欧美一区二区三区日韩视频| 国产精品国产馆在线真实露脸| 热久久国产精品| 在线一区二区视频| 国产日韩精品一区二区浪潮av| 午夜精品免费在线| 91视频观看免费| 国产精品免费视频网站| 久久99精品久久久久婷婷| 色88888久久久久久影院野外| 国产亚洲一二三区| 狠狠色丁香婷婷综合久久片| 在线观看亚洲a| 亚洲色图欧美在线| 91麻豆福利精品推荐| 国产性色一区二区| 国产精品中文欧美| 欧美电影免费提供在线观看| 天天影视网天天综合色在线播放| 一本色道a无线码一区v| 中文字幕一区二区三区精华液 | 国产在线一区观看| 717成人午夜免费福利电影| 夜夜嗨av一区二区三区四季av| 91免费观看在线| 久久精品人人做人人综合 | 夜夜嗨av一区二区三区中文字幕| 成人免费黄色大片| 中文字幕精品一区二区三区精品| 国产精品中文字幕一区二区三区| 久久久国产一区二区三区四区小说| 亚洲 欧美综合在线网络| 欧美图区在线视频| 日韩精品国产欧美| 日韩欧美123| 国产精品一区在线观看你懂的| 日韩欧美中文字幕精品| 国模大尺度一区二区三区| www国产精品av| 成人深夜福利app| 亚洲三级理论片| 欧美蜜桃一区二区三区| 免费精品视频最新在线| 久久久久久免费网| 成人av网站在线| 亚洲精品久久久蜜桃| 91精品国产麻豆| 国产激情一区二区三区四区| 国产精品蜜臀av| 欧美色综合影院| 精品中文字幕一区二区小辣椒| 国产日产欧美精品一区二区三区| 成人动漫一区二区在线| 亚洲国产精品自拍| 精品久久久久久久久久久久久久久 | 中文一区在线播放| 日本久久精品电影| 久久超级碰视频| 1区2区3区欧美| 日韩一区二区三区电影| 国产成人8x视频一区二区| 亚洲综合在线观看视频| 日韩欧美亚洲国产另类| 91在线精品一区二区| 婷婷国产在线综合| 国产精品国产三级国产aⅴ入口 | 国产精品一区二区在线看| 亚洲婷婷在线视频| 欧美一级xxx| av成人老司机| 久久精品久久精品| 亚洲一级电影视频| 欧美激情一区二区三区在线| 欧美午夜精品一区二区蜜桃| 国产麻豆视频一区| 亚洲成人手机在线| 国产精品进线69影院| 日韩午夜在线播放| 欧美日韩一级片在线观看| 国产精品小仙女| 秋霞午夜av一区二区三区 | 亚洲国产精品v| 欧美男男青年gay1069videost| 国产91色综合久久免费分享| 日韩黄色小视频| 亚洲欧美精品午睡沙发| 欧美韩日一区二区三区| 91精品国产乱| 欧美日韩精品一二三区| 色婷婷久久久久swag精品| 国产精品 日产精品 欧美精品| 成人动漫视频在线| 久久99国产精品免费| 香蕉久久夜色精品国产使用方法| 国产精品私房写真福利视频| 精品国产免费一区二区三区四区 | 国产精品自拍毛片| 久久精品国产澳门| 秋霞影院一区二区| 日韩福利电影在线| 丝袜国产日韩另类美女| 亚洲国产一区二区三区青草影视| 亚洲视频一区在线| 中文字幕一区二区三区在线观看 | 日本精品视频一区二区| 不卡一区二区在线| www.日本不卡| 成人精品视频.| 波多野结衣精品在线| 风流少妇一区二区| 成人国产精品免费观看动漫| 成人性生交大片免费| 成人性色生活片免费看爆迷你毛片| 国产精品一区二区男女羞羞无遮挡 | 亚洲大片免费看| 亚洲国产毛片aaaaa无费看| 一区二区欧美精品| 午夜视黄欧洲亚洲| 美国十次综合导航| 紧缚奴在线一区二区三区| 韩国精品主播一区二区在线观看 | 秋霞成人午夜伦在线观看| 青娱乐精品视频在线| 另类小说欧美激情| 国产精品一区三区| 91视频免费播放| 777午夜精品免费视频| 日韩欧美一区二区视频| 26uuu亚洲综合色| 欧美国产乱子伦| 一区二区三区不卡视频在线观看| 香蕉乱码成人久久天堂爱免费| 男人的j进女人的j一区| 久久99精品久久久久久动态图| 福利一区二区在线| 日本精品免费观看高清观看| 日韩一区二区在线看| 久久久www成人免费无遮挡大片| 国产精品丝袜一区| 亚洲福利视频一区| 国产一区二区三区黄视频 | 国产成人a级片| 99国产欧美另类久久久精品| 欧美午夜在线一二页| 欧美电影免费观看完整版| ...av二区三区久久精品| 天天操天天色综合| 成人夜色视频网站在线观看| 欧美日韩中文字幕精品| 国产亚洲欧美色| 一区二区三区免费观看| 久久99久久久久久久久久久| 91麻豆蜜桃一区二区三区| 欧美一级夜夜爽| 亚洲欧美视频在线观看视频| 久久se这里有精品| 欧美性大战久久| 国产日韩欧美麻豆| 日韩成人免费看| 91视频一区二区| 国产日产欧美一区二区视频| 亚洲国产乱码最新视频| av中文字幕一区| 精品久久久久99| 亚洲成av人影院在线观看网| 高清日韩电视剧大全免费| 欧美精品久久99久久在免费线 | 国产在线精品国自产拍免费| 91视频免费看| 国产欧美1区2区3区| 另类专区欧美蜜桃臀第一页| 日本韩国一区二区三区| 亚洲欧洲日本在线| 国产精品综合二区| 精品国产一区二区亚洲人成毛片| 亚洲第一电影网| 欧美性感一类影片在线播放| 亚洲四区在线观看| 成人不卡免费av| 国产亚洲精品免费| 国内成人自拍视频| 日韩精品专区在线影院观看| 日韩中文字幕一区二区三区| 欧洲精品一区二区| 亚洲精品ww久久久久久p站| 国产成人精品影视| 国产嫩草影院久久久久| 国产一区二区不卡老阿姨| 日韩欧美在线网站| 奇米777欧美一区二区| 欧美日韩成人在线一区| 亚洲一区二区三区自拍| 在线免费观看日本欧美| 亚洲一区国产视频| 欧美区在线观看| 色哦色哦哦色天天综合| 综合色中文字幕|