aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/html_drag_and_drop_api
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/html_drag_and_drop_api')
-rw-r--r--files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html3
-rw-r--r--files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html3
-rw-r--r--files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html b/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html
index 4739714e52..ac63917900 100644
--- a/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html
+++ b/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html
@@ -1,6 +1,6 @@
---
title: ドラッグ操作
-slug: DragDrop/Drag_Operations
+slug: Web/API/HTML_Drag_and_Drop_API/Drag_operations
tags:
- Advanced
- Guide
@@ -9,6 +9,7 @@ tags:
- XUL
- ドラッグ&ドロップ
translation_of: Web/API/HTML_Drag_and_Drop_API/Drag_operations
+original_slug: DragDrop/Drag_Operations
---
<p>{{DefaultAPISidebar("HTML Drag and Drop API")}}</p>
diff --git a/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html b/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html
index aadaeb095d..4e2e10318a 100644
--- a/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html
+++ b/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html
@@ -1,7 +1,8 @@
---
title: 複数の項目のドラッグ&ドロップ
-slug: DragDrop/Dragging_and_Dropping_Multiple_Items
+slug: Web/API/HTML_Drag_and_Drop_API/Multiple_items
translation_of: Web/API/HTML_Drag_and_Drop_API/Multiple_items
+original_slug: DragDrop/Dragging_and_Dropping_Multiple_Items
---
<p>{{ Fx_minversion_header(3.5) }} Mozillaはいくつかの非標準の機能によって、複数の項目のドラッグをサポートしています。それらの機能は<a class="internal" href="/Ja/DragDrop/DataTransfer#types.28.29" title="Ja/DragDrop/DataTransfer#types.28.29">types</a>プロパティや<a class="internal" href="/Ja/DragDrop/DataTransfer#getData.28.29" title="Ja/DragDrop/DataTransfer#getData.28.29">getData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#setData.28.29" title="Ja/DragDrop/DataTransfer#setData.28.29">setData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#clearData.28.29" title="Ja/DragDrop/DataTransfer#clearData.28.29">clearData</a>の各メソッドに酷似していますが、データの取得や変更、削除の際などに項目のインデックスを追加の引数として要求します。</p>
<p><a class="internal" href="/Ja/DragDrop/DataTransfer#mozSetDataAt.28.29" title="Ja/DragDrop/DataTransfer#mozSetDataAt.28.29">mozSetDataAt</a>を使うと、<code>dragstart</code>イベントで複数の項目を登録することができます。これは<a class="internal" href="/Ja/DragDrop/DataTransfer#setData.28.29" title="Ja/DragDrop/DataTransfer#setData.28.29">setData</a>メソッドとよく似た働きをします。</p>
diff --git a/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html b/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html
index eb8487d158..ba6fbd27e3 100644
--- a/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html
+++ b/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html
@@ -1,10 +1,11 @@
---
title: 推奨されるドラッグのデータ型
-slug: DragDrop/Recommended_Drag_Types
+slug: Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types
tags:
- Guide
- drag and drop
translation_of: Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types
+original_slug: DragDrop/Recommended_Drag_Types
---
<p>{{DefaultAPISidebar("HTML Drag and Drop API")}}</p>