Javascript Reference
Form Elements > InputTypeButton
javascript InputTypeButton Description
The button object is a form control generated with an input element whose type attribute is set to "button" . The button's text label comes
javascript InputTypeButton dataFld
Used with IE data binding to associate a remote data source column name to a button object's value property. A datasrc attribute must also be
javascript InputTypeButton dataSrc
Used with IE data binding to specify the ID of the page's InputTypeButton object element that loads the data source object for remote data access.
javascript InputTypeButton form
Returns a reference to the form element that contains the current InputTypeButton element. When processing an event from this element, the event handl
javascript InputTypeButton name
This is the identifier associated with the form control. The value of this property is submitted as one-half of the name/value pair when the form is
javascript InputTypeButton type
Returns the type of form Button control element. The value is returned in all lowercase letters.
javascript InputTypeButton value
This is one of the rare times that the value property controls the label of a form control: the text that appears on the button. A button input el
javascript InputTypeButton createTextRange( )
Creates a TextRange object containing the InputTypeButton button's label text. See the TextRange object for details.
javascript InputTypeButton handleEvent[ ]
Instructs the InputTypeButton object to accept and process the event whose specifications are passed as the parameter to the method

Powered by Linode.