⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 struts-html.tld

📁 是一个J2EE的项目,在eclipse下编译通过,应用struts,hibernate开源框架,界面不是很漂亮.
💻 TLD
📖 第 1 页 / 共 5 页
字号:
            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                Identifier to be assigned to this HTML element (renders                an "id" attribute).            ]]>            </description>        </attribute>        <attribute>            <name>tabindex</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                The tab order (ascending positive integers) for this element.            ]]>            </description>        </attribute>        <attribute>            <name>title</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <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>                <![CDATA[                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 "Click"]            ]]>            </description>        </attribute>    </tag>    <tag>        <name>cancel</name>        <tag-class>org.apache.struts.taglib.html.CancelTag</tag-class>        <description>            <![CDATA[            <p><strong>            Render a Cancel Button        </strong></p>                      <p>                Renders an HTML &lt;input&gt; element of type submit. This tag is only                valid when nested inside a form tag body. Pressing of this submit                button causes the action servlet to bypass calling the associated                form bean validate() method. The action is called normally.            </p>        ]]>        </description>        <attribute>            <name>accesskey</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                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>disabled</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <type>boolean</type>            <description>                <![CDATA[          Set to <code>true</code> if this input field should be          disabled.          ]]>            </description>        </attribute>        <attribute>            <name>onblur</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                JavaScript event handler executed when this element loses input                focus.            ]]>            </description>        </attribute>        <attribute>            <name>onchange</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                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>                <![CDATA[                JavaScript event handler executed when this element receives a                mouse click.            ]]>            </description>        </attribute>        <attribute>            <name>ondblclick</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                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>                <![CDATA[                JavaScript event handler executed when this element receives input                focus.            ]]>            </description>        </attribute>        <attribute>            <name>onkeydown</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                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>                <![CDATA[                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>                <![CDATA[                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>                <![CDATA[                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>                <![CDATA[                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>                <![CDATA[                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>                <![CDATA[                JavaScript event handler executed when this element was not under                the mouse pointer but the pointer is moved inside the element.            ]]>            </description>        </attribute>        <attribute>            <name>onmouseup</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                JavaScript event handler executed when this element is under the                mouse pointer and a mouse button is released.            ]]>            </description>        </attribute>        <attribute>            <name>property</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                Name of the request parameter that will be included with this                submission, set to the specified value.                <strong>WARNING</strong> - If you set this attribute to a                value other than the default, this will <em>NOT</em> be                recognized as the cancel key by the Struts controller servlet                or the <code>Action.isCancelled()</code> method.  You will                need to do your own cancel detection.            ]]>            </description>        </attribute>        <attribute>            <name>style</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                CSS styles to be applied to this HTML element.            ]]>            </description>        </attribute>        <attribute>            <name>styleClass</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                CSS stylesheet class to be applied to this HTML element                (renders a "class" attribute).            ]]>            </description>        </attribute>        <attribute>            <name>styleId</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                Identifier to be assigned to this HTML element (renders                an "id" attribute).            ]]>            </description>        </attribute>        <attribute>            <name>tabindex</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <description>                <![CDATA[                The tab order (ascending positive integers) for this element.            ]]>            </description>        </attribute>        <attribute>            <name>title</name>            <required>false</required>            <rtexprvalue>true</rtexprvalue>            <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>                <![CDATA[

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -