[scriptable, uuid(4805e682-49b9-11d3-9ce4-ed60bd6cb5bc)]
Methods
load and apply an Override style sheet, specified by aURL, to
the editor's document, on top of any that are already there.
IMPORTANT: This is assumed to be synchronous:
URL is a local file with no @import used
This action is not undoable.
It is not intended for use by "user", only editor developers
to change display behavior for editing (like showing special cursors)
that will not be affected by loading other "document" style sheets
loaded using addStyleSheet or replaceStyleSheet.
@param aURL The style sheet to be loaded and applied.
Add the given Style Sheet to the editor's document, on top of any that are already there. This is always synchronous. @param aURL The style sheet to be applied.
Enable or disable the given Style Sheet from the editor's document This is always synchronous @param aURL The style sheet to be removed
Get the nsICSSStyleSheet associated with the given URL. @param aURL The style sheet's URL @return the style sheet
Get the URL associated with the given nsICSSStyleSheet. @param aStyleSheet The style sheet @return the style sheet's URL
Remove the given Override Style Sheet from the editor's document This is always synchronous @param aURL The style sheet to be removed.
Remove the given Style Sheet from the editor's document This is always synchronous @param aURL The style sheet to be removed
load and apply the style sheet, specified by aURL, to the editor's document, replacing the last style sheet added (if any). This is always synchronous. @param aURL The style sheet to be loaded and applied.
