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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? html_basic.tld

?? 開(kāi)發(fā)工具為myeclipse,數(shù)據(jù)庫(kù)為oracle
?? TLD
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
      <name>target</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Name of a frame where the resource
          retrieved via this hyperlink is to
          be displayed.
      </description>
    </attribute>
    <attribute>
      <name>title</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Advisory title information about markup elements generated
          for this component.
      </description>
    </attribute>
    <attribute>
      <name>type</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The content type of the resource designated
          by this hyperlink.
      </description>
    </attribute>
    <attribute>
      <name>binding</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
         The value binding expression linking this component to a property in a backing bean
      </description>
    </attribute>
  </tag>
  <tag>
    <name>dataTable</name>
    <tag-class>com.sun.faces.taglib.html_basic.DataTableTag</tag-class>
    <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
    <body-content>JSP</body-content>
    <description>
      <![CDATA[<p>Renders an HTML "table" element compliant with the HTML 401
      specification.  Please consult the javadoc for <code>UIData</code>
      to supplement this specification.  If the "styleClass" attribute
      is specified, render its value as the value of the "class"
      attribute on the "table" element.  Any pass-through attributes are
      also rendered on the "table" element.  </p><p>Rendering the header</p><ul><p>If the <code>UIData</code> component has a "header" facet, or
      any of the child <code>UIColumn</code> components has a "header"
      facet, render a "thead" element.  If the <code>UIData</code>
      component has a "header" facet, encode its contents inside of "tr"
      and "th" elements, respectively.  Output the value of the
      "headerClass" attribute of the <code>UIData</code> component, if
      present, as the value of the "class" attribute on the "th".
      Output the number of child <code>UIColumn</code> components of the<code>UIData</code> component as the value of the "colspan"
      attribute on the "th".  Output "colgroup" as the value of the
      "scope" attribute on the "th" element. </p><p>If any of the child <code>UIColumn</code> components has a
      "header" facet render a "tr" element.  For each<code>UIColumn</code> that actually has a "header" facet, render
      it inside of a "th" element.  Columns that don't have a "header"
      facet cause an empty "th" element to be rendered.  Output the
      value of the "headerClass" attribute of the <code>UIData</code>
      component, if present, as the value of the "class" attribute on
      the "th".  Output "col" as the value of the "colgroup" attribute
      on the "th" element.</p><p>Close out the "thead" element.</p></ul><p>Rendering the footer</p><ul><p>Follow the same process as for the header, except replace
      "header" with "footer", "th" with "td", "thead" with "tfoot", and
      "headerClass" with "footerClass".  Do not render any "scope"
      attribute for the footer.</p></ul><p>Rendering the table body</p><ul><p>Render a "tbody" element.  Keep track of the result of the
      "rows" property on the <code>UIData</code> component.  Keep track
      of the number of rows we have rendered so far.  Iterate through
      the rows.  Set the "rowIndex" property of the <code>UIData</code>component to be correct as we iterate through the rows.  Stop
      rendering children and close out the "tbody" element if the
      "rowAvailable" property of the <code>UIData</code> returned false.
      Output a "tr" element.  Output the value of the "rowClasses" per
      the attribute description below.  For each <code>UIColumn</code>
      child, output a "td" element, attaching the value of the
      "columnClasses" attribute of the <code>UIData</code> component per
      the attribute description below.  Recursively encode each child of
      each <code>UIColumn</code> child.  Close out the "td" element.
      When done with the row, close out the "tr" element.  When done
      with all the rows, close out the "tbody" element.</p></ul><p>When done rendering all the rows, set the "rowIndex" property of
     the <code>UIData</code> to -1, and close out the "table"
     element.</p>]]>
    </description>
    <attribute>
      <name>first</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Zero-relative row number of the first row to be displayed.  If this
          property is set to zero, rendering will begin with the first row of
          the underlying data.
      </description>
    </attribute>
    <attribute>
      <name>id</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The component identifier for this component.  This value must be
          unique within the closest parent component that is a naming
          container.
      </description>
    </attribute>
    <attribute>
      <name>rendered</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Flag indicating whether or not this component should be rendered
          (during Render Response Phase), or processed on any subsequent
          form submit.
      </description>
    </attribute>
    <attribute>
      <name>rows</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The number of rows to display, starting with the one identified by the
          "first" property.  If this value is set to zero, all available rows in
          the underlying data model will be displayed.
      </description>
    </attribute>
    <attribute>
      <name>value</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          The current value of this component.
      </description>
    </attribute>
    <attribute>
      <name>var</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Name of a request-scope attribute under which the model data for the
          row selected by the current value of the "rowIndex" property (i.e.
          also the current value of the "rowData" property) will be exposed.
      </description>
    </attribute>
    <attribute>
      <name>bgcolor</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Name or code of the background color for this table.
      </description>
    </attribute>
    <attribute>
      <name>border</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Width (in pixels) of the border to be drawn
          around this table.
      </description>
    </attribute>
    <attribute>
      <name>cellpadding</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Definition of how much space the user agent should
          leave between the border of each cell and its contents.
      </description>
    </attribute>
    <attribute>
      <name>cellspacing</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Definition of how much space the user agent should
          leave between the left side of the table and the
          leftmost column, the top of the table and the top of
          the top side of the topmost row, and so on for the
          right and bottom of the table.  It also specifies
          the amount of space to leave between cells.
      </description>
    </attribute>
    <attribute>
      <name>columnClasses</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Comma-delimited list of CSS style classes that will be applied
          to the columns of this table.  A space separated list of
          classes may also be specified for any individual column.  If
          the number of elements in this list is less than the number of
          columns specified in the "columns" attribute, no "class"
          attribute is output for each column greater than the number of
          elements in the list.  If the number of elements in the list
          is greater than the number of columns specified in the
          "columns" attribute, the elements at the posisiton in the list
          after the value of the "columns" attribute are ignored.
      </description>
    </attribute>
    <attribute>
      <name>dir</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Direction indication for text that does not inherit directionality.
          Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
      </description>
    </attribute>
    <attribute>
      <name>footerClass</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Space-separated list of CSS style class(es) that will be
          applied to any footer generated for this table.
      </description>
    </attribute>
    <attribute>
      <name>frame</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Code specifying which sides of the frame surrounding
          this table will be visible.  Valid values are:
          none (no sides, default value); above (top side only);
          below (bottom side only); hsides (top and bottom sides
          only); vsides (right and left sides only); lhs (left
          hand side only); rhs (right hand side only); box
          (all four sides); and border (all four sides).
      </description>
    </attribute>
    <attribute>
      <name>headerClass</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Space-separated list of CSS style class(es) that will be
          applied to any header generated for this table.
      </description>
    </attribute>
    <attribute>
      <name>lang</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Code describing the language used in the generated markup
          for this component.
      </description>
    </attribute>
    <attribute>
      <name>onclick</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          clicked over this element.
      </description>
    </attribute>
    <attribute>
      <name>ondblclick</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          double clicked over this element.
      </description>
    </attribute>
    <attribute>
      <name>onkeydown</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a key is
          pressed down over this element.
      </description>
    </attribute>
    <attribute>
      <name>onkeypress</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a key is
          pressed and released over this element.
      </description>
    </attribute>
    <attribute>
      <name>onkeyup</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a key is
          released over this element.
      </description>
    </attribute>
    <attribute>
      <name>onmousedown</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          pressed down over this element.
      </description>
    </attribute>
    <attribute>
      <name>onmousemove</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          moved within this element.
      </description>
    </attribute>
    <attribute>
      <name>onmouseout</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          moved away from this element.
      </description>
    </attribute>
    <attribute>
      <name>onmouseover</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          moved onto this element.
      </description>
    </attribute>
    <attribute>
      <name>onmouseup</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Javascript code executed when a pointer button is
          released over this element.
      </description>
    </attribute>
    <attribute>
      <name>rowClasses</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
      <description>
      
          Comma-delimited list of CSS style classes that will be applied

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品一区二区在线看| 久久国产人妖系列| 国产欧美一区二区精品婷婷| 91精品国产欧美一区二区 | 日韩小视频在线观看专区| 在线欧美一区二区| 91行情网站电视在线观看高清版| 成人久久久精品乱码一区二区三区 | 中文字幕一区二区三区视频| 国产精品欧美精品| 国产精品的网站| 亚洲欧美日韩在线播放| 亚洲美女少妇撒尿| 亚洲成人免费在线| 日韩福利视频导航| 激情小说欧美图片| 国产成人av一区| 91视频免费看| 欧美日韩一二三区| 91精品免费观看| 色哟哟一区二区三区| 国产一区二区三区香蕉| 99re这里都是精品| 大胆欧美人体老妇| 精品视频一区二区三区免费| 97精品久久久久中文字幕| 美女在线一区二区| 久久精品国产精品亚洲综合| 蓝色福利精品导航| 看国产成人h片视频| 在线免费观看成人短视频| 日本va欧美va精品| 国产精品77777| 不卡的电影网站| 欧美日韩亚洲另类| 精品国产91乱码一区二区三区| 国产视频一区二区在线| 一区二区三区中文在线观看| 日产国产欧美视频一区精品| 国产成人亚洲精品青草天美| 99久久精品国产毛片| 欧美日韩国产一级片| 久久久久9999亚洲精品| 亚洲综合免费观看高清完整版在线| 日本女优在线视频一区二区| 不卡av在线网| 在线播放91灌醉迷j高跟美女| 久久久久国产精品人| 亚洲一区二区免费视频| 国产美女av一区二区三区| 91免费国产在线| 精品免费国产一区二区三区四区| 亚洲欧洲日韩综合一区二区| 日本欧美在线看| 91麻豆国产在线观看| 精品国产123| 亚洲综合色噜噜狠狠| 国内外成人在线| 欧美日韩国产欧美日美国产精品| 国产精品亲子乱子伦xxxx裸| 天天综合网天天综合色| jlzzjlzz亚洲女人18| 日韩精品中文字幕在线一区| 亚洲综合小说图片| 成人午夜伦理影院| 欧美va天堂va视频va在线| 亚洲国产精品久久不卡毛片| 成人一区二区在线观看| 亚洲精品一线二线三线无人区| 亚洲高清在线视频| 不卡一二三区首页| 久久精品视频在线看| 日韩精品色哟哟| 在线影视一区二区三区| 亚洲欧洲韩国日本视频| 国产精品一二三四区| 日韩欧美在线综合网| 香蕉乱码成人久久天堂爱免费| 亚洲国产视频一区| 欧美美女一区二区| 日韩国产一区二| 中文字幕一区二区三区色视频 | 一区二区三区四区五区视频在线观看| 日韩精品乱码av一区二区| 在线区一区二视频| 日韩毛片一二三区| 99re8在线精品视频免费播放| 久久久久久久综合日本| 成人教育av在线| a级高清视频欧美日韩| 欧美久久久久免费| 亚洲最大成人综合| 99亚偷拍自图区亚洲| 国产精品另类一区| 国产成人在线影院| 国产亚洲一二三区| 国产精品中文有码| 精品日韩欧美一区二区| 麻豆国产精品视频| 日韩一区二区免费视频| 免费看日韩精品| 日韩一区二区电影在线| 久久激情综合网| 日韩欧美电影一二三| 青青草原综合久久大伊人精品优势| 91激情五月电影| 亚洲午夜精品网| 欧美日韩精品一二三区| 日韩高清欧美激情| 欧美大片在线观看| 国产中文一区二区三区| 国产无人区一区二区三区| 国产丶欧美丶日本不卡视频| 中文字幕av不卡| 99re这里只有精品首页| 亚洲综合无码一区二区| 欧美日韩在线一区二区| 日韩精品一卡二卡三卡四卡无卡 | 久久这里只有精品视频网| 精品无人码麻豆乱码1区2区| 欧美精品一区二区精品网| 国产成人在线影院| 亚洲卡通动漫在线| 欧美精品亚洲一区二区在线播放| 天堂久久久久va久久久久| 日韩欧美一区电影| 国产黄色精品视频| 亚洲欧美色图小说| 7777女厕盗摄久久久| 国产一区二区三区电影在线观看 | 中文字幕制服丝袜成人av| 91麻豆123| 日本欧美一区二区在线观看| 久久亚洲欧美国产精品乐播| a级高清视频欧美日韩| 夜夜精品浪潮av一区二区三区| 色香蕉成人二区免费| 一本久道中文字幕精品亚洲嫩| 99麻豆久久久国产精品免费优播| 欧美剧情片在线观看| 欧美在线一区二区| 欧美一卡二卡在线| av欧美精品.com| 99国产欧美另类久久久精品 | 天天综合网 天天综合色| 亚洲国产精品ⅴa在线观看| 久久久一区二区三区| 久久九九影视网| 午夜精品久久久久久久蜜桃app | 日本一区二区视频在线| 91黄色免费版| 国产一区久久久| 亚洲综合自拍偷拍| 久久久久久久电影| 欧美日韩一区小说| 国产夫妻精品视频| 天堂av在线一区| 中文一区二区在线观看| 欧美精品 国产精品| 风流少妇一区二区| 免费在线成人网| 自拍偷拍国产精品| 久久众筹精品私拍模特| 欧美午夜精品久久久久久孕妇 | 色综合 综合色| 久久电影网站中文字幕| 亚洲一区二区三区爽爽爽爽爽| 精品国产99国产精品| 欧美日韩视频在线第一区| 国产.精品.日韩.另类.中文.在线.播放| 亚洲线精品一区二区三区八戒| 国产亚洲成av人在线观看导航| 欧美日韩在线播放三区四区| 9i看片成人免费高清| 国产最新精品免费| 日韩中文字幕区一区有砖一区 | 欧美精品自拍偷拍动漫精品| 99久久亚洲一区二区三区青草| 精品在线一区二区三区| 午夜伦理一区二区| 亚洲欧美激情插| 国产精品久久久久久一区二区三区| 精品99一区二区| 欧美一区二区三区在线看| 欧美亚洲丝袜传媒另类| 99精品欧美一区| 成人av午夜影院| 国产白丝网站精品污在线入口| 老司机精品视频导航| 日韩和欧美一区二区| 亚洲国产乱码最新视频| 一区二区在线免费| 亚洲美女一区二区三区| 国产精品国产成人国产三级 | 久久精品国产一区二区| 91黄色激情网站| 亚洲蜜臀av乱码久久精品| 欧美一区二区精美| 日韩亚洲欧美成人一区| 午夜精品福利一区二区蜜股av|