FUEL:BookmarkRoots
From MDC
This article covers features introduced in Firefox 3
Contents |
[edit] Attributes
| Attribute | Type | Description |
menu
| readonly attribute fuelIBookmarkFolder
| The bookmark menu root. |
toolbar
| readonly attribute fuelIBookmarkFolder
| The personal toolbar root. |
tags
| readonly attribute fuelIBookmarkFolder
| The tag root. |
unfiled
| readonly attribute fuelIBookmarkFolder
| The unfiled bookmarks root. |
[edit] Examples
var bookmark = Application.bookmarks.unfiled.addBookmark("Test", testURI);