Ticket #993 (closed defect: fixed)
PageStyle to override styles in PageStylesheets
| Reported by: | guest | Owned by: | akaEdge |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Documentation | Version: | |
| Severity: | trivial | Keywords: | pagestyle pagestylesheets |
| Cc: |
Description
Could the pageStyle be added to the document after the PageStyleSheets? are included, so that inline styles can be used to override what is in the stylesheets ?
i.e. change the order so that it reads:
if ( typeof editor.config.pageStyleSheets !== 'undefined' ) {
...
}
if ( editor.config.pageStyle ) {
html += "<style type=\"text/css\">\n" + editor.config.pageStyle + "\n</style>";
}
Change History
Note: See
TracTickets for help on using
tickets.
