diff options
Diffstat (limited to 'files/pl/mozilla/tech/xul/atrybut/editable/index.html')
-rw-r--r-- | files/pl/mozilla/tech/xul/atrybut/editable/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/files/pl/mozilla/tech/xul/atrybut/editable/index.html b/files/pl/mozilla/tech/xul/atrybut/editable/index.html new file mode 100644 index 0000000000..90f0cc25ca --- /dev/null +++ b/files/pl/mozilla/tech/xul/atrybut/editable/index.html @@ -0,0 +1,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> |