Interface HTMLLabelElement

継承元:
HTMLElement
プロパティ:
accessKey, form, htmlFor
メソッド:

フォームフィールドのラベルテキスト。 HTML 4.01 の LABEL 要素の定義 を参照。

プロパティ:

IDL 定義:

interface HTMLLabelElement : HTMLElement {
  readonly attribute HTMLFormElement form;
           attribute DOMString       accessKey;
           attribute DOMString       htmlFor;
};


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