Closed
Bug 6123
Opened 25 years ago
Closed 24 years ago
[FEATURE] Custom Help menu item and URL
Categories
(SeaMonkey :: UI Design, defect, P1)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
M16
People
(Reporter: robinf, Assigned: matt)
References
Details
The CCK Wizard for 5.0 includes the ability for the CCK user to add a custom
Help menu item and URL to the Help menu. See the CCK Wizard UI spec,
"Customizing the Browser - Part 2" screen:
http://www.mozilla.org/projects/cck/docs/CCKWizard/wizard.html
Please coordinate with Steve Elmer to get this feature implemented in Seamonkey.
Updated•25 years ago
|
Assignee: hyatt → don
Comment 1•25 years ago
|
||
Reassigning to don.
Steve, do you want this one or shall we do it for you? I think you can add help
menu items to the XUL now ...
Comment 3•25 years ago
|
||
Don, what mechanism should we use in install-builder to modify the XUL
consistently?
Updated•25 years ago
|
Assignee: selmer → don
Comment 4•25 years ago
|
||
I need a description of how it works. Is there a tool or some code or
something?
As i understand it you need to add an menu item to the help menu.
This could be done using the new overlay work that hyatt just did.
You would have to write out a xul overlay file and insert it into
the chrome directory and the edit the registry.rdf file using javascript.
Comment 7•25 years ago
|
||
Please note that this is for a customization tool that does not run in the
context of a browser session. We need to be able to customize the help menu in
a programmatic fashion without using javascript. In the past, this was
accomplished via prefs and the help menu was dynamically generated. I don't
care if 5.0 uses prefs, but the new mechanism needs to be simple and as reliable
as the old one. (Editing registry.rdf doesn't sound simple.)
If this is already easily done, please provide _specific_ documentation that
describes how it is done.
Blocks: 7579
If changing the rdf file though javascript we
need to think this though. That was the only way i thought
we where going to do dynamic menus but it looks like we are
going to have to build the help menu at startup.
Comment 9•25 years ago
|
||
Is there a specific mechanism you're proposing then?
We need to do our work before the customized installer is built. We could
create a XUL file from a template, but we'd need some mechanism to get it
recognized.
Component: other → XPApps
OS: Windows 95 → All
Hardware: PC → All
Summary: Need ability to provide custom menu item and URL for Help menu → [FEATURE] Custom Help menu item and URL
Comment 10•25 years ago
|
||
Matt, talk to me about this before you go implementing anything.
Comment 11•25 years ago
|
||
What's the deal moving this to M14?
Comment 12•25 years ago
|
||
Move to M15.
Assignee | ||
Comment 13•25 years ago
|
||
This is implemented.
We just need hyatt to do the work on the installation API's.
Depends on: 30512
Assignee | ||
Comment 15•24 years ago
|
||
adding fixed since hyatt fixed his bug.
Should work using the installation api's
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•