HTMLButtonElement

Module:
html
Inherits from:
Declared In:

Overview

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



Functions

click

click


void click(); 

Member Data

accessKey
autofocus
disabled
form
name
type
value
willValidate

accessKey


attribute DOMString accessKey; 


autofocus


attribute boolean autofocus; 


disabled


attribute boolean disabled; 


form


readonly attribute HTMLFormElement form; 


name


attribute DOMString name; 


type


readonly attribute DOMString type; 


value


attribute DOMString value; 


willValidate


readonly attribute boolean willValidate; 

 

Last Updated: 2009-05-29