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

📄 svg.tld

📁 一个比较好的jsf spring hibernate的例子
💻 TLD
📖 第 1 页 / 共 4 页
字号:
                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Javascript code executed when a pointer button is                pressed down over this element.]]>            </description>            <name>                onmousedown            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Javascript code executed when the pointing device is                 moved while it is over this element.]]>            </description>            <name>                onmousemove            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Javascript code executed when the pointing device is                moved onto this element.]]>            </description>            <name>                onmouseover            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Javascript code executed when the pointing device is                moved away from this element.]]>            </description>            <name>                onmouseout            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Javascript code executed when a pointer button is                released over this element.]]>            </description>            <name>                onmouseup            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Flag indicating whether or not this component should be                 rendered (during Render Response Phase), or processed on any                 subsequent form submit.  The default value for this property is                 true.]]>            </description>            <name>                rendered            </name>            <required>                false            </required>            <deferred-value>                <type>                    boolean                </type>            </deferred-value>        </attribute>        <attribute>            <name>rx</name>            <required>false</required>            <rtexprvalue>false</rtexprvalue>            <description>              X radius of rounded corners on the button.            </description>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <name>ry</name>            <required>false</required>            <rtexprvalue>false</rtexprvalue>            <description>              Y radius of rounded corners on the button.            </description>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Style(s) to be applied when this component is rendered.]]>                </description>            <name>                style            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Space-separated list of CSS style class(es) to be applied whenthis element is rendered.  This value must be passed through as the "class" attribute on generated markup.]]>            </description>            <name>                styleClass            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Style(s) to be applied to this component's label.]]>            </description>            <name>                labelStyle            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Type of button to create.  Valid values are "submit".]]>            </description>            <name>                type            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[The current value of this component.]]>            </description>            <name>                value            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.Object                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[The rendered width of this component in pixels.]]>            </description>            <name>                width            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>    </tag>    <tag>        <description>            <![CDATA[<p>Renders an HTML "form" element.</p>                                                                                                   <p>Decode Behavior</p>                                                                                                   <ul>                                                                                                   <p>Obtain the <code>Map</code> from the "requestParameterMap"            property of the <code>ExternalContext</code>.  If the map contains            an entry for the "clientId" of this <code>UIForm</code> component,            call <code>setSubmitted(true)</code> on the form, otherwise call            <code>setSubmitted(false)</code> on the form.</p>                                                                                                   </ul>                                                                                                                                                                                                                                                                                 <p>Encode Behavior</p>                                                                                                   <ul>                                                                                                   <p>The value of the "method" attribute must be "post".  The value            of the "action" attribute must be the result of passing the view            identifier of the current view to the <code>getActionURL()</code>            method of the <code>ViewHandler</code> for this application, then            passing that String to the <code>encodeActionURL()</code> method            on the <code>ExternalContext</code>.  If the "styleClass"            attribute is specified, render its value as the value of the            "class" attribute.  Call <code>ViewHandler.writeState()</code>            before the the close of the "form" element.  Render all the            necessary hidden fields for all commandLink instances in the page            just before the close of the "form" element.</p>                                                                                                   </ul>]]>        </description>        <name>            form        </name>        <tag-class>            renderkits.taglib.svg.FormTag        </tag-class>        <body-content>            JSP        </body-content>        <attribute>            <description>                <![CDATA[The component identifier for this component.  This value mustbe                unique within the closest parent component that is a naming                container.]]>            </description>            <name>                id            </name>            <required>                false            </required>            <rtexprvalue>                false            </rtexprvalue>        </attribute>        <attribute>            <description>                <![CDATA[Flag indicating whether or not this form should prepend its id                to its descendent's id during the clientId generation process.                If this flag is not set, the default value is true.]]>            </description>            <name>                prependId            </name>            <required>                false            </required>            <deferred-value>                <type>                    boolean                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[Flag indicating whether or not this component should be rendered                (during Render Response Phase), or processed on any subsequent                form submit.  The default value for this property is true.]]>            </description>            <name>                rendered            </name>            <required>                false            </required>            <deferred-value>                <type>                    boolean                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[List of content types that a server processing this form                will handle correctly]]>            </description>            <name>                accept            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[List of character encodings for input data                that are accepted by the server processing                this form.]]>            </description>            <name>                acceptcharset            </name>            <required>                false            </required>            <deferred-value>                <type>                    java.lang.String                </type>            </deferred-value>        </attribute>        <attribute>            <description>

⌨️ 快捷键说明

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