From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pl/mozilla/preferences/index.html | 68 +++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 files/pl/mozilla/preferences/index.html (limited to 'files/pl/mozilla/preferences/index.html') diff --git a/files/pl/mozilla/preferences/index.html b/files/pl/mozilla/preferences/index.html new file mode 100644 index 0000000000..c4c7968577 --- /dev/null +++ b/files/pl/mozilla/preferences/index.html @@ -0,0 +1,68 @@ +--- +title: Preferences +slug: Mozilla/Preferences +tags: + - Junk + - NeedsTranslation + - TopicStub +translation_of: Mozilla/Preferences +--- +

The preference system makes it possible to store data for Mozilla applications using a key/value pairing system. These articles provide information about how to use the preference system.

+ + + + + + + +
+

Documentation

+
+
+ Preferences system
+
+ An introduction to using the preference system in Mozilla.
+
+ XUL School: Handling preferences
+
+ The XUL School tutorial chapter on preferences.
+
+ Mozilla preference reference
+
+ A reference guide to all Mozilla preferences; currently a work in progress.
+
+ A brief guide to Mozilla preferences
+
+ An introductory guide to where preferences are stored and other useful information about the core preference system.
+
+ Using preferences from application code {{gecko_minversion_inline("6.0")}}
+
+ Firefox 6 introduced static functions for accessing preferences efficiently from within application code. This API is not available for add-ons, but if you're working on a Gecko application, this API is the preferred way to access preferences.
+
+ Mozilla networking preferences
+
+ A guide to key networking-related preferences.
+
+ Mozilla preferences for uber-geeks
+
+ A guide to preferences that only truly elite geeks should play with.
+
+

View all pages tagged with "Preferences"...

+
+

Examples

+
+
+ Code snippets
+
+ Preference-related code snippets.
+
+ Adding preferences to an extension
+
+ How to add preferences to an existing extension.
+
+ + +
+

 

-- cgit v1.2.3-54-g00ecf