html:input — An input element in an HTML form
html:input ::=
Attributes:
An HTML form “input” field.
Specifies the access key for the element
Identifies the alt text of the graphical submit control
Indicates that the initial state of a check box or radio control
Enumerated values: | |
---|---|
“checked” |
The control is on |
This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters.
Indicates a control is unavailable
Enumerated values: | |
---|---|
“disabled” |
The element is disabled |
This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown.
Indicates the maximum length of the control
Specifies the name of the parameter associated with a control
Script to evaluate when a control loses focus
Script to evaluate when a control loses focus and its value has changed
Occurs when the pointing device button is clicked over an element.
Occurs when the pointing device button is double clicked over an element.
Script to evaluate when a control receives focus
Occurs when a key is pressed down over an element.
Occurs when a key is pressed and released over an element.
Occurs when a key is released over an element.
Occurs when the pointing device button is pressed over an element.
Occurs when the pointing device is moved while it is over an element.
Occurs when the pointing device is moved away from an element.
Occurs when the pointing device is moved onto an element.
Occurs when the pointing device button is released over an element.
Script to evaluate when a user selects some text
Indicates that a control cannot be changed
Enumerated values: | |
---|---|
“readonly” |
The element is read only |
Specifies the size of a control
Identifies the URI of the graphical submit control
This attribute specifies style information for the current element.
Specifies the position of the element in tabbing order
This attribute offers advisory information about the element for which it is set.
Specifies the type of input control
Enumerated values: | |
---|---|
“text” |
A text control |
“password” |
A password control |
“checkbox” |
A check box control |
“radio” |
A radio button control |
“submit” |
Submit the form |
“reset” |
Reset the form |
“file” |
A file select control |
“hidden” |
A hidden control |
“image” |
A graphical submit control |
“button” |
A button control |
Identifies an image map to use with the graphical submit control
Specifies the default value for the control
These elements contain html:input
: bridgehead
, caption
(db.html.caption), citation
, citetitle
, classsynopsisinfo
, emphasis
(db.emphasis), entry
, firstterm
, funcsynopsisinfo
, glosssee
, glossseealso
, glossterm
, html:button
, html:fieldset
, html:form
, html:label
, html:legend
, link
, literallayout
, member
, olink
, orgdiv
, para
, phrase
(db.phrase), primary
, primaryie
, programlisting
, quote
, refdescriptor
, refentrytitle
, refname
, refpurpose
, screen
, secondary
, secondaryie
, see
, seealso
, seealsoie
, seeie
, seg
, segtitle
, simpara
, subtitle
, synopsis
, td
, term
, termdef
, tertiary
, tertiaryie
, th
, title
, titleabbrev
, tocentry
.