blob: 95926c6d6f6d746c84450f87e0f09c5a20e39c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|