diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
|---|---|---|
| committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
| commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
| tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/pl/api_preferencji/index.html | |
| parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
| download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip | |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/pl/api_preferencji/index.html')
| -rw-r--r-- | files/pl/api_preferencji/index.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/files/pl/api_preferencji/index.html b/files/pl/api_preferencji/index.html deleted file mode 100644 index e90da0dced..0000000000 --- a/files/pl/api_preferencji/index.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: API Preferencji -slug: API_Preferencji -tags: - - Dodatki - - Rozszerzenia - - System_preferencji - - Wszystkie_kategorie - - XUL -translation_of: Mozilla/Tech/Preferences_API ---- -<p> -</p><p>API preferencji pozwala na zapisywanie oraz odczytywanie łańcuchów, liczb, wartości logicznych oraz odnośników do plików zapisanych w preferencjach. Jest łatwe w użyciu dostarczając dodatkowo <a class="external" href="http://www.mozilla.org/catalog/end-user/customizing/briefprefs.html">dużą liczbę przydatnych programistom oraz użytkownikom opcji</a> włącznie ze wsparciem własności domyślnych, możliwością ręcznego sterowania przez użytkowników poprzez user.js oraz blokowaniem. -</p><p>Można również stworzyć <a href="pl/System_preferencji"> okno opcji</a> bazujących na XUL-u, aby pozwolić użytkownikowi na modyfikacje niektórych preferencji. Wiele aplikacji włącznie z Firefoksem i Thunderbirdem zawiera dodatkowe narzędzia dla zaawansowanych użytkowników <a class="external" href="http://kb.mozillazine.org/about:config">about:config</a>, których można użyć w celu dostosowania preferencji bez zmiany interfejsu użytkownika. -</p> -<h3 id="Interfejsy"> Interfejsy </h3> -<p>API preferencji jest widoczne jako zbiór zamrożonych komponentów oraz interfejsów XPCOM: <code><a href="pl/NsIPrefService">nsIPrefService</a></code>, <code><a href="pl/NsIPrefBranch">nsIPrefBranch</a></code>, <code><a href="pl/NsIPrefBranch2">nsIPrefBranch2</a></code>. -</p><p><span>...</span> -</p> -<h3 id="Zobacz_również"> Zobacz również </h3> -<ul><li> <a class="external" href="http://xulplanet.com/tutorials/xulqa/q_prefs.html">Brief introduction to using Preferences API in your code at xulplanet.com</a> -</li><li> <a href="pl/Fragmenty_kodu/Preferencje">Fragmenty kodu:Preferencje</a> (more detailed discussion with multiple examples) -</li></ul> |
