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

📄 xul.tld

📁 一个比较好的jsf spring hibernate的例子
💻 TLD
📖 第 1 页 / 共 5 页
字号:
            <required>                false            </required>            <deferred-value>                <type>                    boolean                </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[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>    </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.xul.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>                <![CDATA[Content type used to submit the form to the server.  If not                specified, the default value is                "application/x-www-form-urlencoded".]]>            </description>            <name>                enctype            </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                clicked over this element.]]>            </description>            <name>                onclick            </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                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 a pointer button is                moved within 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 a pointer button 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                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 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[CSS 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>                The ValueExpression linking this component to a property in a backing bean            </description>            <name>                binding            </name>            <required>                false            </required>            <deferred-value>                <type>                    javax.faces.component.UIComponent                </type>            </deferred-value>        </attribute>    </tag>    <tag>        <description>            <![CDATA[Renders a XUL "label" element.  Render the current value            of the component as label text if it is specified. If a "for" attribute is            specified, find the component specified by the value of the "for"            attribute, and render its client id as the value of the "for" attribute.            If "styleClass" attribute is specified, render its value as the value            of the "class" attribute.]]>        </description>        <name>            outputLabel        </name>        <tag-class>            renderkits.taglib.xul.OutputLabelTag        </tag-class>        <body-content>            JSP        </body-content>        <attribute>            <description>                <![CDATA[Converter instance registered with this component.]]>            </description>            <name>                converter            </name>            <required>                false            </required>            <deferred-value>                <type>                    javax.faces.convert.Converter                </type>            </deferred-value>        </attribute>        <attribute>            <description>                <![CDATA[The component identifier for this component.  This value must be                unique within the closest parent component that is a naming                container.]]>            </description>

⌨️ 快捷键说明

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