HTMLButtonElement.idl 282 B

12345678910
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLButtonElement : HTMLElement {
  3. [Reflect=formnovalidate] attribute boolean formNoValidate;
  4. [Reflect=formtarget] attribute DOMString formTarget;
  5. [Reflect] attribute DOMString name;
  6. [Reflect] attribute DOMString value;
  7. };