?? html_basic.tld
字號:
<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>
<rtexprvalue>false</rtexprvalue>
<description>
URI to a long description of the image
represented by this element.
</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>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>title</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
Advisory title information about markup elements generated
for this component.
</description>
</attribute>
<attribute>
<name>usemap</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
The name of a client side image map (an HTML "map"
element) for which this element provides the image.
</description>
</attribute>
<attribute>
<name>width</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
Override for the width of this image.
</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>inputHidden</name>
<tag-class>com.sun.faces.taglib.html_basic.InputHiddenTag</tag-class>
<tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
<body-content>JSP</body-content>
<description>
<![CDATA[<p>Renders an HTML "input" element of type
"hidden".</p><p>Decode Behavior</p><ul><p>See the decode description for the <a href="javax.faces.Inputjavax.faces.Text.html#encode">Input
Text</a> renderer.</p></ul><p>Encode Behavior</p><ul><p>Render the clientId of the component as the value of the
"name" attribute. Render the current value of the component as
the value of the "value" attribute.</p></ul>]]>
</description>
<attribute>
<name>converter</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
Converter instance registered with this component.
</description>
</attribute>
<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>immediate</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
Flag indicating that this component's value must be
converted and validated immediately (that is, during
Apply Request Values phase), rather than waiting
until Process Validations phase.
</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>required</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
Flag indicating that the user is required to provide a submitted
value for this input component.
</description>
</attribute>
<attribute>
<name>validator</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
MethodBinding representing a validator method that will be called
during Process Validations to perform correctness checks on the
value of this component. The expression must evaluate to a public
method that takes FacesContext, UIComponent, and Object parameters,
with a return type of void.
</description>
</attribute>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
The current value of this component.
</description>
</attribute>
<attribute>
<name>valueChangeListener</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
MethodBinding representing a value change listener method that will be
notified when a new value has been set for this input component. The
expression must evaluate to a public method that takes a
ValueChangeEvent parameter, with a return type of void.
</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>inputSecret</name>
<tag-class>com.sun.faces.taglib.html_basic.InputSecretTag</tag-class>
<tei-class>com.sun.faces.taglib.FacesTagExtraInfo</tei-class>
<body-content>JSP</body-content>
<description>
<![CDATA[<p>Renders an HTML "input" element of "type" "password".</p><p>Decode Behavior</p><ul><p>See the decode description for the <a href="javax.faces.Inputjavax.faces.Text.html#encode">Input
Text</a> renderer.</p></ul><p>Encode Behavior</p><ul><p>
Render the clientId of the component as the value of the "name"
attribute. Render the current value of the component as the value
of the "value" attribute, if and only if the "redisplay" component
attribute is the string "true". If the "styleClass" attribute is
specified, render its value as the value of the "class"
attribute.</p></ul>]]>
</description>
<attribute>
<name>converter</name>
<required>false</required>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -