Handlers

Used to hold handler elements, which are used to declare event handlers.

More information about handlers

イベントハンドラを宣言する handler 要素の保持に利用される。

handlers の追加情報

属性:

id

属性:

id

Type: element id, must be unique in the window

A unique identifier so that you can identify the handlers with. You can use this as a parameter to getElementById and other DOM functions and to reference the element in style sheets.

型 : 要素 id。ウィンドウ内で一意でなければならない。

handlers を識別できるユニークな識別子。getElementById や他の DOM 関数へのパラメータとして、またスタイルシートの要素への参照として使用することができる。


Copyright (C) 1999 - 2004 XulPlanet.com