Image

Declares an image resource used by the binding. The image is loaded as soon as the binding is used. You can use this to preload a number of images for later use.

バインディングで使われる画像リソースを宣言する。画像はバインディングが使用されるときにロードされる。この要素を使えば、後の使用のために多数の画像を事前ロードしておくことができる。

属性:

id src

属性:

id

Type: element id, must be unique in the window

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

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

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

src

The URL of the image to load.

ロードする画像の URL。


Copyright (C) 1999 - 2004 XulPlanet.com