Stylesheet

Declares a style sheet used by the binding. Using this element is preferred over using an XML processing instruction. The style rules in the style sheet will only be applied to the binding, not to other elements in the document.

バインディングで使用されるスタイルシートを宣言する。XML 処理命令を利用する際にはこの要素を使うことが望ましい。スタイルシート内のスタイル規則はバインディングに対してのみ適用され、文書内の他の要素には適用されない。

属性:

id src

属性:

id

Type: element id, must be unique in the window

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

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

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

src

The URL of the style sheet to apply to the binding content.

バインディング内容に適用するスタイルシートの URL。


Copyright (C) 1999 - 2004 XulPlanet.com