Mac OS X Reference Library Apple Developer
Search

HTMLButtonElement

Module:
html
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

checkValidity
click
setCustomValidity

checkValidity



boolean checkValidity(); 

click



void click(); 

setCustomValidity



void setCustomValidity(
    in DOMString error); 

Member Data

accessKey
autofocus
disabled
form
formNoValidate
name
type
validationMessage
validity
value
willValidate

accessKey



attribute DOMString accessKey; 

autofocus



attribute boolean autofocus; 

disabled



attribute boolean disabled; 

form



readonly attribute HTMLFormElement form; 

formNoValidate



attribute boolean formNoValidate; 

name



attribute DOMString name; 

type



readonly attribute DOMString type; 

validationMessage



readonly attribute DOMString validationMessage; 

validity



readonly attribute ValidityState validity; 

value



attribute DOMString value; 

willValidate



readonly attribute boolean willValidate; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27