📄 html_basic.tld
字号:
<attribute> <name>width</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Width of the entire table, for visual user agents. </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>form</name> <tag-class>com.sun.faces.taglib.html_basic.FormTag</tag-class> <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class> <body-content>JSP</body-content> <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. Render all the necessary hidden fields for all commandLink instances in the page just before the close of the "form" element.</p></ul>]]> </description> <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>accept</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> List of content types that a server processing this form will handle correctly </description> </attribute> <attribute> <name>acceptcharset</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> List of character encodings for input data that are accepted by the server processing this form. </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>enctype</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Content type used to submit the form to the server. If not specified, the default value is "application/x-www-form-urlencoded". </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>onreset</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Javascript code executed when this form is reset. </description> </attribute> <attribute> <name>onsubmit</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Javascript code executed when this form is submitted. </description> </attribute> <attribute> <name>style</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> CSS style(s) to be applied when this component is rendered. </description> </attribute> <attribute> <name>styleClass</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. </description> </attribute> <attribute> <name>target</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Name of a frame where the response retrieved after this form submit 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>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>graphicImage</name> <tag-class>com.sun.faces.taglib.html_basic.GraphicImageTag</tag-class> <tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class> <body-content>JSP</body-content> <description> <![CDATA[Renders an HTML "img" element. Render the clientId as the value of the "id" attribute. Render the value of the component as the value of the "src" attribute, after passing it to the <code>getResourceUR()</code> method of the <code>ViewHandler</code> for this application, and passing the result through the <code>encodeResourceURL()</code> method of the<code>ExternalContext</code>. If present, render the value of the alt attribute as the value of the "alt" attribute. If the "styleClass" attribute is specified, render its value as the value of the "class" attribute.]]> </description> <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>url</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Context-relative URL to retrieve the resource associated with this component. This is an alias for the "value" property. </description> </attribute> <attribute> <name>value</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> The current value of this component. </description> </attribute> <attribute> <name>alt</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Alternate textual description of the element rendered by this component. </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>height</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Override for the height of this image. </description> </attribute> <attribute> <name>ismap</name> <required>false</required> <rtexprvalue>false</rtexprvalue> <description> Flag indicating that this image is to be used as a server side image map. Such an image must be enclosed within a hyperlink ("a"). </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>longdesc</name> <required>false</required>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -