Implementation

This element should contain all of the field, property and method declarations for the binding.

More information about implementation

バインディングのすべての fieldpropertymethod 宣言はこの要素内に置く必要がある。

implementation の追加情報

属性:

id implements name

属性:

id

Type: element id, must be unique in the window

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

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

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

implements

Set this property to one or more XPCOM interfaces that the binding implements, separated by commas. Normally, you would not set this property. It is used to create a binding which implements an interface.

このプロパティは、バインディングが実装する XPCOM インターフェイスに設定する。XPCOM インターフェイスは 1 つ以上であり、カンマで区切る。通常はこのプロパティは設定しない。インターフェイスを実装するバインディングを作成するのに用いる。

name

A name used internally for constructing names for this binding. It is included in error messages displayed on the JavaScript console.

このバインディングに対する名前を構成するために、内部で使われる名前。JavaScript コンソールに表示されるエラーメッセージに含まれる。


Copyright (C) 1999 - 2004 XulPlanet.com