blob: 90f0cc25ca0f9914386afba369f605fc2ce66590 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: editable
slug: Mozilla/Tech/XUL/Atrybut/editable
tags:
- Atrybuty_XUL
- Dokumentacja_XUL
- Strony_wymagające_dopracowania
translation_of: Archive/Mozilla/XUL/Attribute/editable
---
<div class="noinclude"><span class="breadcrumbs xulRefAttr_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL">Dokumentacja XUL</a></span></div>
<dl>
<dt><code id="a-editable"><a href="https://developer.mozilla.org/pl/docs/Mozilla/Tech/XUL/Atrybut/editable">editable</a></code></dt>
<dd>Typ:<em>boolean</em></dd>
<dd>Sygnalizuje, która wartość <code><a href="/pl/docs/Mozilla/Tech/XUL/menulist" title="menulist">menulist</a></code> może być modyfikowana poprzez wpis bezpośrednio do wartości pola. This is rendered as a textbox with a drop-down arrow beside it. The user may enter text into the textbox or select one of the choices by clicking from the drop-down. If used in a tree, editable allows the content to be changed, especially useful when <code>type="checkbox"</code>.</dd>
</dl>
|