HTML DOM Button Object
Button Object
The Button object represents a push button.
For each <button> tag in an HTML document, a Button object is created.
Inside an HTML button element you can put content, like text or images. This
is the difference between this element and buttons created with the input
element.
Button Object Properties
W3C: W3C Standard.
| Property |
Description |
W3C |
| form |
Returns a reference to the form that contains a button |
Yes |
| name |
Sets or returns the value of the name attribute of a button |
Yes |
| type |
Sets or returns the type of a button |
Yes |
| value |
Sets or returns the value of the value attribute of a button |
Yes |
Standard Properties, Methods, and Events
The Button object also supports the standard properties, methods, and events.
Stylus Studio® 2010 XML Enterprise Suite raises the bar for productivity in XML development tools.
Millions of XML developers and data integration specialists turn to Stylus Studio's comprehensive and intuitive
XML toolset to tackle today's advanced XML data transformation and aggregation challenges.
|
- XML Pipeline Editor, Debugger and Code Generator
- DataDirect XML Converters
- XQuery Mapper, Editor, Debugger, and Profiler
- XSLT Mapper, Editor, Debugger, Designer, and Profiler
- Java and C# for .Net Code Generation
- XML Schema Designer With Documentation Generator
- XML Editor With Full XPath Integration
Download a free trial now
|
|