aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/onload/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/onload/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/onload/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/onload/index.html b/files/ja/archive/mozilla/xul/attribute/onload/index.html
new file mode 100644
index 0000000000..c60da8e298
--- /dev/null
+++ b/files/ja/archive/mozilla/xul/attribute/onload/index.html
@@ -0,0 +1,13 @@
+---
+title: onload
+slug: Archive/Mozilla/XUL/Attribute/onload
+tags:
+ - XUL Attributes
+ - XUL Reference
+translation_of: Archive/Mozilla/XUL/Attribute/onload
+---
+<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
+<dl><dt> <code id="a-onload"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/onload">onload</a></code> </dt><dd> 型: <em>スクリプトコード</em> </dd><dd> このイベントハンドラは、image の読み込みが完了した時、<code><a href="/ja/docs/Mozilla/Tech/XUL/image" title="image">image</a></code> 要素上で呼ばれます。これは、<code id="a-src"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/src">src</a></code> 属性または <code>list-style-image</code> スタイルプロパティを通して適用された image に利用します。image を変更した場合は、イベントは新しい image が読み込まれると作動します。このイベントは要素ツリーを bubble up しません。 </dd></dl>
+<div class="noinclude">
+
+</div>