Interface HTMLOptionElement

継承元:
HTMLElement
プロパティ:
defaultSelected, disabled, form, index, label, selected, text, value
メソッド:

選択可能な選択肢。 HTML 4.01 の OPTION 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLOptionElement : HTMLElement {
  readonly attribute HTMLFormElement form;
  // Modified in DOM Level 2:
           attribute boolean         defaultSelected;
  readonly attribute DOMString       text;
  // Modified in DOM Level 2:
  readonly attribute long            index;
           attribute boolean         disabled;
           attribute DOMString       label;
           attribute boolean         selected;
           attribute DOMString       value;
};


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