aboutsummaryrefslogtreecommitdiff
path: root/files/ja/archive/mozilla/xul/attribute/newlines/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/newlines/index.html')
-rw-r--r--files/ja/archive/mozilla/xul/attribute/newlines/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/newlines/index.html b/files/ja/archive/mozilla/xul/attribute/newlines/index.html
deleted file mode 100644
index 95926c6d6f..0000000000
--- a/files/ja/archive/mozilla/xul/attribute/newlines/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: newlines
-slug: Archive/Mozilla/XUL/Attribute/newlines
-tags:
- - XUL Attributes
- - XUL Reference
-translation_of: Archive/Mozilla/XUL/Attribute/newlines
----
-<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/ja/docs/XUL/XUL_Reference">XUL リファレンス HOME</a></span></div>
-<dl><dt> <code id="a-newlines"><a href="https://developer.mozilla.org/ja/docs/Mozilla/Tech/XUL/Attribute/newlines">newlines</a></code> </dt><dd> 型: <em>文字列型</em> </dd><dd> textbox に貼り付けられた改行の扱い方。 </dd></dl> <dl><dd> 可能な値: <dl><dd><code>pasteintact</code>: 変更なしで改行を貼り付ける。 </dd><dd><code>pastetofirst</code>: 最初の改行の前のテキストのみを貼り付ける。残りのテキストは破棄されます。 </dd><dd><code>replacewithcommas</code>: 改行をカンマに置き換えたテキストを貼り付ける。 </dd><dd><code>replacewithspaces</code>: 改行をスペースに置き換えたテキストを貼り付ける。 </dd><dd><code>strip</code>: 改行を取り除いたテキストを貼り付ける。 </dd><dd><code>stripsurroundingwhitespace</code>: 空白を取り除いた改行付きのテキストを貼り付ける。 </dd></dl> </dd></dl>
-<div class="noinclude">
-
-</div>