これは HTML の script
要素と同じように、XUL ウィンドウで使用されるスクリプトの宣言に使用します。通常、スクリプトを src
属性で指定された別のファイルに置きますが、script
タグで囲まれた中にスクリプトをインラインで置くこともできます。
詳しい情報が XUL チュートリアルにあります。
例
<script src="test.js"/> <script src="https://example.com/js/test.js"/> <script> function foo(){ // code } </script>
属性
-
src
- 型: URL
- script の URL。
-
type
- 型: language の Content-Type
- スクリプトの言語。通常は
application/x-javascript
に設定します。
XUL 要素からの継承 |
プロパティ
メソッド
XUL 要素からの継承
blur
, click
, doCommand
, focus
, getElementsByAttribute
, getElementsByAttributeNS
DOM 要素からの継承
addEventListener()
, appendChild()
, compareDocumentPosition, dispatchEvent()
, getAttribute()
, getAttributeNode()
, getAttributeNodeNS()
, getAttributeNS()
, getElementsByTagName()
, getElementsByTagNameNS()
, getFeature, getUserData, hasAttribute()
, hasAttributeNS()
, hasAttributes()
, hasChildNodes()
, insertBefore()
, isEqualNode, isSameNode, isSupported()
, lookupNamespaceURI, lookupPrefix, normalize()
, removeAttribute()
, removeAttributeNode()
, removeAttributeNS()
, removeChild()
, removeEventListener()
, replaceChild()
, setAttribute()
, setAttributeNode()
, setAttributeNodeNS()
, setAttributeNS()
, setUserData