Closed
Bug 98720
Opened 24 years ago
Closed 23 years ago
want nsRemoveStylesCommand in js
Categories
(SeaMonkey :: Composer, enhancement)
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: neil, Assigned: Brade)
Details
Attachments
(1 file)
|
4.74 KB,
patch
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Your change looks ok, but isn't really necessary. To use any command, even if
implemented in C++ , simply use:
goDoCommand("cmd_removeStyles");
in your JS.
Be sure that this is included in your XUL:
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
| Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → mozilla1.1
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: mozilla1.1alpha → Future
| Assignee | ||
Comment 4•23 years ago
|
||
-->wontfix
we need the command in C++ so embedders can use it
the command is still accessible to JS
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•