diff options
Diffstat (limited to 'files/th/archive/mozilla/xul/attribute/image.onload/index.html')
-rw-r--r-- | files/th/archive/mozilla/xul/attribute/image.onload/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/files/th/archive/mozilla/xul/attribute/image.onload/index.html b/files/th/archive/mozilla/xul/attribute/image.onload/index.html deleted file mode 100644 index 0b6e4a80a5..0000000000 --- a/files/th/archive/mozilla/xul/attribute/image.onload/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: image.onload -slug: Archive/Mozilla/XUL/Attribute/image.onload -tags: - - รูปภาพ - - โหลดภาพ -translation_of: Archive/Mozilla/XUL/Attribute/image.onload ---- -<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/th/docs/XUL/XUL_Reference">XUL Reference home</a></span></div> - -<dl> - <dt><code id="a-image.onload"><a href="https://developer.mozilla.org/th/docs/Mozilla/Tech/XUL/Attribute/image.onload">image.onload</a></code></dt> - <dd>ประเภท: <em>script code</em></dd> - <dd>This event handler will be called on the <code><a href="/th/docs/Mozilla/Tech/XUL/image" title="image">image</a></code> element when the image has finished loading. This applies whether the image is applied via the <code id="a-src"><a href="https://developer.mozilla.org/th/docs/Mozilla/Tech/XUL/Attribute/src">src</a></code> attribute or the <code>list-style-image</code> style property. If you change the image, the event will fire again when the new image loads. This event will not bubble up the element tree.</dd> -</dl> |