GM.listValues: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (→‎Description: Link to metadata vals)
(not in current release ref)
Line 43: Line 43:


== Notes ==
== Notes ==
[http://wiki.greasespot.net/Version#Trunk This item is currently only included in the trunk build development of Greasemonkey and not the official release.]


[[#top|top]]
[[#top|top]]
[[Category:API_Reference|L]]
[[Category:API_Reference|L]]

Revision as of 22:24, 14 February 2009

Template:Underscore


Greasemonkey Manual
Using Greasemonkey
Installing Scripts
Monkey Menu
Getting Help
User Script Authoring
Editing
Environment
API

Description

This API method retrieves an array of preference names that start with the branches root.

Values are retrieved from the Firefox preferences back end and can be manually viewed by typing about:config in the address bar and searching for the preference name "greasemonkey.scriptval.namespace/name.".

Examples | See Also | Notes

Syntax

GM_listValues()

Value: Function
Returns: String Array
Compatibility: Greasemonkey Trunk
Parameters
Properties
  • There are currently no properties.

top

Examples

alert(GM_listValues());

top

See Also

top

Notes

This item is currently only included in the trunk build development of Greasemonkey and not the official release.


top