diff options
Diffstat (limited to 'files/pl/mozilla/tech/xul/własność/readonly/index.html')
-rw-r--r-- | files/pl/mozilla/tech/xul/własność/readonly/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/pl/mozilla/tech/xul/własność/readonly/index.html b/files/pl/mozilla/tech/xul/własność/readonly/index.html new file mode 100644 index 0000000000..0bc372ec19 --- /dev/null +++ b/files/pl/mozilla/tech/xul/własność/readonly/index.html @@ -0,0 +1,20 @@ +--- +title: readonly +slug: Mozilla/Tech/XUL/Własność/readonly +tags: + - Własności_XUL +translation_of: Archive/Mozilla/XUL/Property/readOnly +--- +<div class="noinclude"> + <span class="breadcrumbs XULRefProp_breadcrumbs">« <a href="/pl/docs/Dokumentacja_XUL" title="Dokumentacja_XUL">Dokumentacja XUL</a></span></div> +<dl> + <dt> + <code><span><a href="https://developer.mozilla.org/pl/docs/XUL/Własność/readonly">readonly</a></span></code></dt> + <dd> + Typ: + <i> + boolean</i> + </dd> + <dd> + Jeśli jest ustawiony na <code>true</code>, to użytkownik nie może zmieniać wartości elementu. Jest to odpowiednia własności do użytku <code><a href="/pl/docs/Mozilla/Tech/XUL/textbox" title="textbox">textbox</a></code> zamiast własności <code><span><a href="https://developer.mozilla.org/pl/docs/XUL/Własność/readonly">readonly</a></span></code>.</dd> +</dl> |