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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? struts-html-el.tld

?? structs源碼
?? TLD
?? 第 1 頁 / 共 5 頁
字號:
            <description>
                <![CDATA[
            <p>The advisory title for this element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>titleKey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The message resources key for the advisory title
                  for this element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>value</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                Value of the label to be placed on this button. This value
                will
                also be submitted as the value of the specified request
                parameter.
                [Body of this tag (if any), or "Cancel"]
            </description>
        </attribute>
    </tag>
    <tag>
        <name>checkbox</name>
        <tag-class>org.apache.strutsel.taglib.html.ELCheckboxTag</tag-class>
        <description>
            <![CDATA[
            <p><strong>
            Render A Checkbox Input Field
        </strong></p>
          <p>Renders an HTML <code>&lt;input&gt;</code> element of type
                        <code>checkbox</code>, populated from the specified
                        value or the specified property of the bean associated
                        with our current form. This tag is only valid when
                        nested inside a form tag body.</p>
         <p>
            <strong>NOTE</strong>:  The underlying property value
            associated with this field should be of type <code>boolean</code>,
            and any <code>value</code> you specify should correspond to one
            of the Strings that indicate a true value ("true", "yes", or
            "on").  If you wish to utilize a set of related String values,
            consider using the <code>multibox</code> tag.</p>
         <p>
            <strong>WARNING</strong>:  In order to correctly
                        recognize unchecked checkboxes, the
                        <code>ActionForm</code> bean associated with this form
                        must include a statement setting the corresponding
                        boolean property to <code>false</code> in the
                        <code>reset()</code> method.</p>
      ]]>
        </description>
        <attribute>
            <name>accesskey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The keyboard character used to move focus immediately to this
                element.
            </description>
        </attribute>
        <attribute>
            <name>alt</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The alternate text for this element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>altKey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>The message resources key of the alternate text for this
                element.</p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>bundle</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                    The servlet context attributes key for the MessageResources
                    instance to use.  If not specified, defaults to the
                    application resources configured for our action servlet.
                
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>dir</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                <p>The direction for weak/neutral text for this element.</p>
                <dl><dt><b>Since:</b></dt>
                <dd>Struts 1.3.6</dd></dl>
                ]]>
            </description>
        </attribute>
        <attribute>
            <name>disabled</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
          <p>Set to <code>true</code></p>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>errorKey</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Name of the bean (in any scope) under which our error messages
                  have been stored.  If not present, the name specified by the
                  <code>Globals.ERROR_KEY</code> constant string will be used.</p>
            <p>
               <strong>N.B.</strong> This is used in conjunction with the 
                  <code>errorStyle</code>, <code>errorStyleClass</code> and 
                  <code>errorStyleId</code> attributes and should be set to
                  the same value as the <code>name</code> attribute on the
                  <code>&lt;html:errors/&gt;</code> tag.</p>
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>errorStyle</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>CSS styles to be applied to this HTML element if
                an error exists for it.</p>
            <p>
               <strong>N.B.</strong> If present, this overrides the 
                <code>style</code> attribute in the event of an error.</p>
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>errorStyleClass</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>CSS stylesheet class to be applied to this HTML element if
                an error exists for it (renders a "class" attribute).</p>
            <p>
               <strong>N.B.</strong> If present, this overrides the 
                <code>styleClass</code> attribute in the event of an error.</p>
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>errorStyleId</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
            <p>Identifier to be assigned to this HTML element if
                an error exists for it (renders an "id" attribute).</p>
            <p>
               <strong>N.B.</strong> If present, this overrides the 
                <code>styleId</code> attribute in the event of an error.</p>
            <dl><dt><b>Since:</b></dt>
            <dd>Struts 1.2.5</dd></dl>
          ]]>
            </description>
        </attribute>
        <attribute>
            <name>indexed</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                Valid only inside of <code>logic:iterate</code>
            <code>true</code>
         ]]>
            </description>
        </attribute>
        <attribute>
            <name>lang</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                <![CDATA[
                <p>The language code for this element.</p>
                <dl><dt><b>Since:</b></dt>
                <dd>Struts 1.3.6</dd></dl>
                ]]>
            </description>
        </attribute>
        <attribute>
            <name>name</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                The attribute name of the bean whose properties are consulted
                when
                rendering the current value of this input field. If not
                specified,
                the bean associated with the form tag we are nested within is
                utilized.
            </description>
        </attribute>
        <attribute>
            <name>onblur</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element loses
                input
                focus.
            </description>
        </attribute>
        <attribute>
            <name>onchange</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element loses
                input
                focus and its value has changed.
            </description>
        </attribute>
        <attribute>
            <name>onclick</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element receives a
                mouse click.
            </description>
        </attribute>
        <attribute>
            <name>ondblclick</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element receives a
                mouse double click.
            </description>
        </attribute>
        <attribute>
            <name>onfocus</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element receives
                input
                focus.
            </description>
        </attribute>
        <attribute>
            <name>onkeydown</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element has focus
                and a
                key is depressed.
            </description>
        </attribute>
        <attribute>
            <name>onkeypress</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element has focus
                and a
                key is depressed and released.
            </description>
        </attribute>
        <attribute>
            <name>onkeyup</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element has focus
                and a
                key is released.
            </description>
        </attribute>
        <attribute>
            <name>onmousedown</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element is under
                the mouse
                pointer and a mouse button is depressed.
            </description>
        </attribute>
        <attribute>
            <name>onmousemove</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element is under
                the
                mouse pointer and the pointer is moved.
            </description>
        </attribute>
        <attribute>
            <name>onmouseout</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element was under
                the
                mouse pointer but the pointer was moved outside the element.
            </description>
        </attribute>
        <attribute>
            <name>onmouseover</name>
            <required>false</required>
            <rtexprvalue>true</rtexprvalue>
            <description>
                JavaScript event handler executed when this element was not

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久机这里只有精品| 亚洲色图欧洲色图婷婷| 日本不卡视频一二三区| 欧美美女bb生活片| 午夜久久福利影院| 91精品综合久久久久久| 免费人成在线不卡| 久久精品亚洲乱码伦伦中文| 国产成a人亚洲精| 国产精品第一页第二页第三页| 波多野结衣在线aⅴ中文字幕不卡| 亚洲图片你懂的| 在线看一区二区| 日本人妖一区二区| 国产视频911| 成人高清免费在线播放| 一区二区三区在线观看动漫| 在线观看不卡视频| 美女视频一区在线观看| 久久久高清一区二区三区| 99免费精品在线观看| 一级精品视频在线观看宜春院 | 亚洲欧美另类久久久精品| 在线观看视频91| 蜜臀av性久久久久蜜臀aⅴ| 久久久久久一二三区| 色综合久久久久综合99| 热久久久久久久| 国产精品网站在线观看| 欧美日韩视频不卡| 国产成人鲁色资源国产91色综| 亚洲欧洲日产国码二区| 91精品欧美久久久久久动漫| 懂色av中文字幕一区二区三区| 一区二区高清免费观看影视大全| 日韩欧美视频一区| 一本久久精品一区二区| 久久aⅴ国产欧美74aaa| 亚洲激情五月婷婷| 久久久久久久国产精品影院| 色婷婷一区二区| 国产精品一区二区三区网站| 亚洲精品国久久99热| 精品免费日韩av| 91国偷自产一区二区三区成为亚洲经典 | 久久久噜噜噜久久中文字幕色伊伊| 91在线云播放| 国内精品视频666| 亚洲精选视频在线| 久久久午夜精品理论片中文字幕| 色吊一区二区三区| 成人精品视频一区二区三区| 日韩国产精品久久久久久亚洲| 国产精品国产三级国产a| 欧美电视剧在线看免费| 欧美日韩亚州综合| 色综合激情五月| 丰满放荡岳乱妇91ww| 蜜桃av一区二区| 亚洲亚洲人成综合网络| 亚洲日穴在线视频| 国产清纯白嫩初高生在线观看91| 日韩欧美一级二级三级| 欧美日韩色一区| 日韩免费电影网站| 69成人精品免费视频| 在线亚洲精品福利网址导航| 成人h精品动漫一区二区三区| 久色婷婷小香蕉久久| 日日夜夜免费精品| 亚洲亚洲人成综合网络| 亚洲精品视频在线看| 综合婷婷亚洲小说| 中文字幕一区av| 欧美国产禁国产网站cc| 国产性天天综合网| 久久久久亚洲综合| 国产喂奶挤奶一区二区三区| 欧美tickling网站挠脚心| 欧美一区二区人人喊爽| 91精品国产高清一区二区三区| 欧美日韩色综合| 欧美挠脚心视频网站| 欧美人与性动xxxx| 7777精品伊人久久久大香线蕉经典版下载| 91国产成人在线| 欧美日韩一区二区三区四区| 欧美午夜一区二区三区免费大片| 色8久久精品久久久久久蜜| 色狠狠桃花综合| 欧美日韩国产电影| 欧美一区二区日韩一区二区| 欧美电视剧免费全集观看| 精品美女一区二区三区| 精品三级在线观看| 日本一区二区成人在线| 中文字幕日韩一区| 亚洲国产日产av| 三级在线观看一区二区| 紧缚捆绑精品一区二区| 国产精品资源网站| av一区二区三区| 欧美亚洲综合一区| 日韩精品一区二区三区四区| 久久嫩草精品久久久精品| 国产精品无人区| 亚洲一区在线看| 麻豆成人免费电影| 成人免费av在线| 欧美性一二三区| 日韩精品专区在线| 国产精品免费视频观看| 亚洲国产精品影院| 久久99精品久久久久久久久久久久| 国产成人精品免费一区二区| 91久久精品网| 精品国产三级电影在线观看| 国产精品久久久久久久久免费桃花 | 本田岬高潮一区二区三区| 在线观看视频一区二区欧美日韩| 欧美一级黄色片| 中文字幕一区三区| 免费一级片91| 91在线观看下载| 日韩欧美国产午夜精品| 亚洲视频小说图片| 欧美午夜寂寞影院| 日韩欧美一级特黄在线播放| 国产欧美综合色| 日韩精品国产精品| 99久久久久免费精品国产| 欧美一区二区三区免费大片| 国产精品久久久久久久岛一牛影视 | 在线免费观看日本一区| 精品国产露脸精彩对白| 亚洲精品一二三| 国产成人精品综合在线观看| 欧美日韩一区成人| 国产精品乱码人人做人人爱| 美女精品自拍一二三四| 色悠悠久久综合| 国产亚洲美州欧州综合国| 婷婷开心久久网| 91视频精品在这里| 久久久久久久久97黄色工厂| 三级不卡在线观看| 色婷婷亚洲综合| 欧美国产精品v| 久草热8精品视频在线观看| 欧美日韩中文一区| 亚洲视频中文字幕| 成人av网站大全| 国产欧美一区二区精品忘忧草| 男人操女人的视频在线观看欧美| 色综合色综合色综合| 国产精品理伦片| 国产成人精品三级| 国产亚洲欧美色| 极品销魂美女一区二区三区| 欧美一区二区三区视频在线观看| 亚洲午夜久久久久| 欧美午夜电影一区| 亚洲男人天堂av网| 色综合久久六月婷婷中文字幕| 中文字幕不卡的av| 成人一二三区视频| 国产欧美日韩另类视频免费观看| 极品美女销魂一区二区三区免费| 欧美一级欧美一级在线播放| 天天色综合成人网| 欧美顶级少妇做爰| 日韩精品欧美成人高清一区二区| 欧美日韩和欧美的一区二区| 亚洲gay无套男同| 欧美久久久影院| 日本不卡在线视频| 日韩一区二区三区在线观看| 日本成人超碰在线观看| 日韩欧美中文一区二区| 精品一区二区日韩| 久久久久青草大香线综合精品| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 久久精品国产精品亚洲红杏| 日韩视频中午一区| 精品一二线国产| 国产午夜精品久久| 99久久精品免费看国产| 亚洲精品一二三| 欧美日韩国产首页| 精品一区二区三区免费播放| 精品精品国产高清一毛片一天堂| 国产精品一级黄| 中文字幕在线不卡国产视频| 日本电影欧美片| 日本成人中文字幕在线视频 | 91视频观看免费| 亚洲成人免费在线观看| 欧美草草影院在线视频| 国产成人啪免费观看软件 | 成人性生交大片免费看中文 |