Re: Preferences for Bookmarks
[email protected] (Pawan Joshi)
| Newsgroups | gmane.comp.mozilla.devel.prefs |
|---|---|
| Organization | http://groups.google.com/ |
| Message-ID | <[email protected]> |
[email protected] (Ben Bucksch) wrote in message > Bookmarks are not preferences. Bookmarks and preferences are independent > and both part of the profile. From http://developer.netscape.com/docs/manuals/deploymt/jsprefs.htm#Personal_Toolbar_Items ---------------- On the Windows platform you can define up to 25 items (buttons) for the Personal toolbar. Each button can call a URL itself, or show a dropdown list of up to 25 items (other URLs) associated with the button. Items are numbered from 0 to 24 . You can also create folders on the personal toolbar by setting the value of a personal_toolbar.item_n.url preference to FOLDER , for the Personal Toolbar Folder in the bookmark.htm file. You can then use the label and url parameters within the folder to customize the Personal toolbar hierarchically. For example, here is how Communicator's "Lookup" folder is created to include items within it: config("personal_toolbar.item_1.label","Lookup"); config("personal_toolbar.item_1.url","FOLDER"); config("personal_toolbar.item_1.item_0.label","People"); config("personal_toolbar.item_1.item_0.url","http://guide.netscape.com/guide/people.html"); These preferences apply to Communicator 4.0 and later versions, and are available only on the Windows platform. --------------- I tried all these preferences with Netscape 4.7, netscape 7.1 and Mozilla 1.4 but it did not work. I am looking for how to make them work in Mozilla/netscape OR whether these preferences are supported in latest mozilla/netscape or not ? Regards -Pawan