diff options
Diffstat (limited to 'files/ja/archive/mozilla/xul/attribute/newlines/index.html')
| -rw-r--r-- | files/ja/archive/mozilla/xul/attribute/newlines/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/ja/archive/mozilla/xul/attribute/newlines/index.html b/files/ja/archive/mozilla/xul/attribute/newlines/index.html new file mode 100644 index 0000000000..95926c6d6f --- /dev/null +++ b/files/ja/archive/mozilla/xul/attribute/newlines/index.html @@ -0,0 +1,13 @@ +--- +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> |
