html:button
html:button — A button in an HTML form.
Synopsis
html:button ::=
- Zero or more of:
- text
html:button
html:fieldset
html:input
html:label
html:select
html:textarea
- Bibliography inlines
- Computer-output inlines
- Graphic inlines
- Linking inlines
- Markup inlines
- Operating system inlines
- Product inlines
- Publishing inlines
- Technical inlines
- Ubiquitous inlines
- User-input inlines
Attributes
Attributes:
- accesskey
- disabled (enumeration)
- “disabled”
- name
- onblur
- onfocus
- tabindex
- type (enumeration)
- “button”
- “submit”
- “reset”
- value
Description
An HTML form “button”.
Processing expectations
Formatted inline.
Attributes
None.
- accesskey
Specifies the access key for the element
- class
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.
- disabled
Indicates a control is unavailable
Enumerated values: “disabled” The element is disabled
- lang
This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown.
- name
Specifies the name of the parameter associated with a control
- onblur
Script to evaluate when a control loses focus
- onclick
Occurs when the pointing device button is clicked over an element.
- ondblclick
Occurs when the pointing device button is double clicked over an element.
- onfocus
Script to evaluate when a control receives focus
- onkeydown
Occurs when a key is pressed down over an element.
- onkeypress
Occurs when a key is pressed and released over an element.
- onkeyup
Occurs when a key is released over an element.
- onmousedown
Occurs when the pointing device button is pressed over an element.
- onmousemove
Occurs when the pointing device is moved while it is over an element.
- onmouseout
Occurs when the pointing device is moved away from an element.
- onmouseover
Occurs when the pointing device is moved onto an element.
- onmouseup
Occurs when the pointing device button is released over an element.
- style
This attribute specifies style information for the current element.
- tabindex
Specifies the position of the element in tabbing order
- title
This attribute offers advisory information about the element for which it is set.
- type
Specifies the type of button control
Enumerated values: “button” A regular button
“submit” A submit button
“reset” A reset button
- value
Specifies the default value for the control
Parents
These elements contain html:button
: caption
(db.html.caption), citetitle
, emphasis
, entry
, html:button
, html:fieldset
, html:form
, html:label
, html:legend
, link
(db.link), literallayout
, para
, phrase
(db.phrase), programlisting
, quote
, rddl:resource
, subtitle
, summary
, td
, term
, th
, title
, titleabbrev
.
Children
The following elements occur in html:button
: text, abbrev
, acronym
, author
, citetitle
, command
, computeroutput
, editor
, email
, emphasis
, filename
, footnote
, footnoteref
, html:button
, html:fieldset
, html:input
, html:label
, html:select
, html:textarea
, inlinemediaobject
, link
(db.link), literal
, option
, orgname
, personname
, phrase
(db.phrase), quote
, rddl:resource
, replaceable
, subscript
, superscript
, systemitem
, trademark
, userinput
, xref
.