From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ja/archive/mozilla/xul/script/index.html | 110 ------------------------- 1 file changed, 110 deletions(-) delete mode 100644 files/ja/archive/mozilla/xul/script/index.html (limited to 'files/ja/archive/mozilla/xul/script/index.html') diff --git a/files/ja/archive/mozilla/xul/script/index.html b/files/ja/archive/mozilla/xul/script/index.html deleted file mode 100644 index 5107f44855..0000000000 --- a/files/ja/archive/mozilla/xul/script/index.html +++ /dev/null @@ -1,110 +0,0 @@ ---- -title: script -slug: Archive/Mozilla/XUL/script -tags: - - XUL Elements - - XUL Reference -translation_of: Archive/Mozilla/XUL/script ---- -
- « XUL リファレンス HOME [ - | - 属性 | - プロパティ | - メソッド | - 関連項目 ] -
-

これは HTML の script 要素と同じように、XUL ウィンドウで使用されるスクリプトの宣言に使用します。通常、スクリプトを src 属性で指定された別のファイルに置きますが、script タグで囲まれた中にスクリプトをインラインで置くこともできます。

-

詳しい情報が XUL チュートリアルにあります。

-
属性
src, type
-

-
 <script src="test.js"/>
- <script src="http://example.com/js/test.js"/>
- <script>
-   function foo(){
-     // code
-    }
-  </script>
-
-

属性

-
- -
src
型: URL
script の URL。
- -
- -
type
型: language の Content-Type
スクリプトの言語。通常は application/x-javascript に設定します。
- -
- - - - - -

XUL 要素からの継承
-align, -allowevents, -allownegativeassertions, -class, -coalesceduplicatearcs, -collapsed, -container, -containment, -context, -contextmenu, -datasources, -dir, -empty, -equalsize, -flags, -flex, -height, -hidden, -id, -insertafter, -insertbefore, -left, -maxheight, -maxwidth, -menu, -minheight, -minwidth, -mousethrough, -observes, -ordinal, -orient, -pack, -persist, -popup, -position, -preference-editable, -querytype, -ref, -removeelement, -sortDirection, -sortResource, -sortResource2, -statustext, -style, -template, -tooltip, -tooltiptext, -top, -uri, -wait-cursor, -width

-
-

プロパティ

- -

XUL 要素からの継承
align, , allowEvents, , boxObject, builder, , , , className, , , , , collapsed, contextMenu, controllers, database, datasources, dir, , , flex, height, hidden, id, , , left, , maxHeight, maxWidth, menu, minHeight, minWidth, , , , , , , observes, ordinal, orient, , pack, , persist, , , , ref, resource, , , , , statusText, style, ,, tooltip, tooltipText, top, width

-

メソッド

-
-

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

-
- -
- -
-- cgit v1.2.3-54-g00ecf