aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/firefox_3_drag_and_drop_events/index.html
blob: 03cca49700a0b6d9920cb61050853f9f792a9062 (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
---
title: Firefox 3 Drag and Drop Events
slug: Firefox_3_Drag_and_Drop_Events
translation_of: Archive/Mozilla/Drag_and_drop/Drag_and_drop_events
---
<p>Firefox 3 加入了兩個新的 events 讓你可以決定 drag 什麼時候開始、什麼時候結束。這些 events 是 HTML 5 規格書的草稿中新加入的。</p>
<p> </p>
<dl>
 <dt>
  drag</dt>
 <dd>
  drag operation 開始時送出。</dd>
 <dt>
  dragend</dt>
 <dd>
  drag operation 結束時送出。</dd>
</dl>
<p>如想知道更多,請看 [<a class="external" href="http://developer.mozilla.org/en/docs/Drag_and_Drop">Drag and Drop.</a>]</p>
<p>這裡有個例子可以參考:</p>
<ul>
 <li>[<a class="external" href="http://developer.mozilla.org/samples/dragdrop/dragevents.txt">原始碼</a>]</li>
 <li>[<a class="external" href="http://developer.mozilla.org/samples/dragdrop/dragevents.html">網頁</a>]</li>
</ul>
<h3 id=".E5.8F.83.E8.80.83.E8.B3.87.E6.96.99" name=".E5.8F.83.E8.80.83.E8.B3.87.E6.96.99">參考資料</h3>
<ol>
 <li><a class="external" href="http://developer.mozilla.org/en/docs/Drag_and_drop_events">Drag and Drop events 原始網頁</a></li>
</ol>
<h3 id=".E5.BB.B6.E4.BC.B8.E9.96.B1.E8.AE.80" name=".E5.BB.B6.E4.BC.B8.E9.96.B1.E8.AE.80">延伸閱讀</h3>
<ol>
 <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#dnd">WHATWG HTML 5 Working Draft</a></li>
 <li><a class="external" href="http://developer.mozilla.org/en/docs/Drag_and_Drop">Drag and Drop</a></li>
 <li><a class="external" href="http://developer.mozilla.org/en/docs/nsIDragService">nsIDragService</a></li>
</ol>