blob: 4db6f41f0454c44264f3e8c42dff0a821f44620f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
title: selectionStart
slug: Archive/Mozilla/XUL/Property/selectionStart
tags:
- XUL Properties
- XUL Reference
translation_of: Archive/Mozilla/XUL/Property/selectionStart
---
<div class="noinclude"><span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/ja/docs/XUL_Reference" title="XUL_Reference">XUL リファレンス</a></span></div>
<dl><dt> <code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectionStart">selectionStart</a></span></code> </dt><dd> 型: <em>整数型</em> </dd><dd> フィールドのテキストの選択部分の先頭の取得または設定。<code><span><a href="https://developer.mozilla.org/ja/docs/XUL/Property/selectionEnd">selectionEnd</a></span></code> プロパティと共に使用します。値は選択された最初の文字の index を指定します。 </dd></dl>
<div class="noinclude">
</div>
|