Class Index | File Index

Modules


Panels


Templates


Services (XPCOM)


Libraries


All Classes


Report Doc Issue | How To Comment Firebug Code

Class Options

Util to manage firefox preferences
Panels send commands to request option change. Backend responds with events when the change is accepted.

Defined in: options.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
Options.resetAllOptions()
Resets all Firebug options to default state.
<static>  
Options.setPref(prefDomain,, name, value, prefType)
Set a preference value.
Class Detail
Options()
Method Detail
<static> Options.resetAllOptions()
Resets all Firebug options to default state. Note that every option starting with "extensions.firebug" is considered as a Firebug option. Options starting with DBG_ are intended for Firebug Tracing Console (FBTrace) and ignored (their state is not changed).

<static> Options.setPref(prefDomain,, name, value, prefType)
Set a preference value.
Parameters:
prefDomain,
e.g. "extensions.firebug"
name
Name of the preference (the part after prfDomain without dot)
value
New value for the preference.
prefType
optional pref type useful when adding a new preference.

Documentation generated by JsDoc Toolkit 2.3.0 on Sat Jan 05 2013 23:10:39 GMT+0100 (CET)