Closed
Bug 6261
Opened 26 years ago
Closed 26 years ago
(feature) insert/remove style sheet needs to be implemented
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M8
People
(Reporter: sujay, Assigned: kinmoz)
Details
using 5/11 build of apprunner.
The following functionality needs to be implemented for editor
insert stylesheet
remove stylesheet
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M15
Comment 1•26 years ago
|
||
On the possible cut list. All features that are at high risk are being moved to
M15.
Updated•26 years ago
|
Assignee: kostello → buster
Status: ASSIGNED → NEW
Comment 2•26 years ago
|
||
assigning to buster
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Add/RemoveStyleSheet() methods have been added to the nsIEditor interface. You
can also dynamically apply a style sheet to the editor's document via javascript
by calling the javascript method window.editorShell.EditorApplyStyleSheet() and
passing in the URL to the style sheet.
Marking verified for Sujay.
Chris and Sujay, you can test this functionality by launching the editor test
bed and selecting one of the menu items under Format->Apply Style Sheet.
You need to log in
before you can comment on or make changes to this bug.
Description
•