blob: a8b0c5020afe0c655c06b38050b648ae640b5efc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
title: image.onload
slug: Mozilla/Tech/XUL/Attribute/image.onload
translation_of: Archive/Mozilla/XUL/Attribute/image.onload
---
<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ko/docs/XUL_Reference">XUL Reference home</a></span></div>
<dl>
<dt><code id="a-image.onload"><a href="https://developer.mozilla.org/ko/docs/Mozilla/Tech/XUL/Attribute/image.onload">image.onload</a></code></dt>
<dd>Type: <em>script code</em></dd>
<dd>이 이벤트 핸들러는 이미지 로딩이 완료 되었을때 <code><a href="/ko/docs/Mozilla/Tech/XUL/image" title="image">image</a></code> element에서 호출됩니다. This applies whether the image is applied via the <code id="a-src"><a href="https://developer.mozilla.org/ko/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>
|