aboutsummaryrefslogtreecommitdiff
path: root/files/ko/drag_and_drop_events/index.html
blob: 9b24f7ec796712468a1957fa798d9a4c6dc80f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: Drag and drop events
slug: Drag_and_drop_events
tags:
  - Firefox 3
translation_of: Archive/Mozilla/Drag_and_drop/Drag_and_drop_events
---
<p>{{ Fx_minversion_header(3) }}</p>
<p>Firefox 3에서는 언제 드래그 동작이 시작하고 종료하는지를 알 수 있는 새로운 이벤트가 추가되었습니다. 이 이벤트들은 현재 작업중인 HTML 5 명세의 working draft에 새롭게 추가된 사항입니다.</p>
<dl>
 <dt>
  <code>drag</code></dt>
 <dd>
  드래그 동작이 시작될 때 발생됩니다.</dd>
 <dt>
  <code>dragend</code></dt>
 <dd>
  드래그 동작이 끝날 때 발생됩니다.</dd>
</dl>
<p>드래그&amp;드롭에 대해 자세한 정보는 <a href="ko/Drag_and_Drop">Drag and Drop</a> 기사를 참조하세요.</p>
<p>드래그&amp;드롭 이벤트에 관한 실제 동작하는 예제는 다음 페이지에서 볼 수 있습니다.</p>
<ul>
 <li><a class="external" href="http://developer.mozilla.org/samples/dragdrop/dragevents.txt">View source</a></li>
 <li><a class="external" href="http://developer.mozilla.org/samples/dragdrop/dragevents.html">View example</a></li>
</ul>
<h3 id=".EC.B0.B8.EC.A1.B0" name=".EC.B0.B8.EC.A1.B0">참조</h3>
<ul>
 <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#dnd">HTML 5 working draft: Drag and drop</a></li>
 <li><a href="ko/Drag_and_Drop">Drag and Drop</a></li>
 <li>{{ Interface("nsIDragService") }}</li>
</ul>
<div class="noinclude">
  </div>
<p>{{ languages( { "en": "en/Drag_and_drop_events", "es": "es/Eventos_arrastrar_y_soltar", "fr": "fr/\u00c9v\u00e8nements_de_glisser-d\u00e9poser", "pl": "pl/Zdarzenia_przeci\u0105gania_i_upuszczania" } ) }}</p>