Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface HTMLOptionElement
[go: Go Back, main page]

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