aboutsummaryrefslogtreecommitdiff
path: root/files/ja/drag_and_drop_events
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/drag_and_drop_events
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/drag_and_drop_events')
-rw-r--r--files/ja/drag_and_drop_events/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/ja/drag_and_drop_events/index.html b/files/ja/drag_and_drop_events/index.html
new file mode 100644
index 0000000000..4e0855c60e
--- /dev/null
+++ b/files/ja/drag_and_drop_events/index.html
@@ -0,0 +1,28 @@
+---
+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>
+</p><p>Firefox 3 には、ドラッグ操作の開始時と終了時を判別できる、2 つの新しいイベントが追加されました。これらのイベントは、HTML 5 仕様書の最新のワーキングドラフトに盛り込まれたものです。
+</p>
+<dl><dt> <code>drag</code>
+</dt><dd> ドラッグ操作開始時に送られます。
+</dd><dt> <code>dragend</code>
+</dt><dd> ドラッグ操作終了時に送られます。
+</dd></dl>
+<p>ドラッグ&ドロップに関する詳しい情報は <a href="ja/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.82.E8.80.83.E8.B3.87.E6.96.99" name=".E5.8F.82.E8.80.83.E8.B3.87.E6.96.99"> 参考資料 </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="ja/Drag_and_Drop">Drag and Drop</a>
+</li><li> <code><a href="/ja/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDragService" title="">nsIDragService</a></code>
+</li></ul>
+<div class="noinclude">
+</div>