aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/method/movebyoffset/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/method/movebyoffset/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/method/movebyoffset/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/files/ja/archive/mozilla/xul/method/movebyoffset/index.html b/files/ja/archive/mozilla/xul/method/movebyoffset/index.html
deleted file mode 100644
index 369cf01af0..0000000000
--- a/files/ja/archive/mozilla/xul/method/movebyoffset/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: moveByOffset
-slug: Archive/Mozilla/XUL/Method/moveByOffset
-tags:
- - XUL Methods
- - XUL Reference
-translation_of: Archive/Mozilla/XUL/Method/moveByOffset
----
-<div class="noinclude"><span class="breadcrumbs XULRefMeth_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="/ja/docs/XUL_Reference">XUL リファレンス HOME</a></span></div>
-
-<dl>
- <dt><span id="m-moveByOffset"><code><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Method/moveByOffset">moveByOffset( offset , isSelecting, isSelectingRange)</a></code></span></dt>
- <dd>戻り値の型: <em>戻り値無し</em></dd>
- <dd><code>offset</code> が正の数の場合、フォーカスされた項目を前方へ移動します。<code>offset</code> が負の数の場合、フォーカスされた項目を後方へ移動します。<code>isSelecting</code> が <code>true</code> の場合、選択も同時に移動します。<code>isSelectingRange</code> が <code>true</code> の場合、現在の選択項目に加えて新しい項目が選択されます。<code>isSelectingRange</code> が <code>false</code> の場合、既存の選択は解除されます。隠された (hidden") 項目はスキップされます。</dd>
-</dl>