Interface HTMLButtonElement

継承元:
HTMLElement
プロパティ:
accessKey, disabled, form, name, tabIndex, type, value
メソッド:

押しボタン。 HTML 4.01 の BUTTON 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLButtonElement : HTMLElement {
  readonly attribute HTMLFormElement form;
           attribute DOMString       accessKey;
           attribute boolean         disabled;
           attribute DOMString       name;
           attribute long            tabIndex;
  readonly attribute DOMString       type;
           attribute DOMString       value;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI