blob: 496a60d146950824e105d6aa5bc4591ff3279354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
title: editable
slug: Archive/Mozilla/XUL/Property/editable
tags:
- XUL Properties
- XUL Reference
translation_of: Archive/Mozilla/XUL/Property/editable
---
<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/editable">editable</a></span></code> </dt>
<dd>
型: <em>論理型</em></dd>
<dd>
Returns <code>true</code> if the element is editable. Autocomplete fields are editable so this property always returns <code>true</code> for those.</dd>
</dl>
|