Ticket #898 (closed New Feature: fixed)
Add EditorAreaCSS to image preview
| Reported by: | redtopia@… | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
| Component: | General | Version: | |
| Keywords: | SF Review+ | Cc: |
Description
It would be a nice improvement for the image preview pane to view the image in the context of the current editor area CSS file. To do this, I've added this code to the <head> of the fck_image_preview.html file: (inside the exisiting <script>)
// Sets the editor area CSS if (window.parent.FCKConfig.EditorAreaCSS.length > 0) document.write( '<link href="' + window.parent.FCKConfig.EditorAreaCSS + '" type="text/css" rel="stylesheet">' ) ;
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1496671&group_id=75348&atid=543656
Attachments
Change History
comment:3 Changed 5 years ago by alfonsoml
- Owner set to alfonsoml
- Status changed from new to assigned
comment:4 Changed 5 years ago by alfonsoml
- Keywords Review? added; HasPatch removed
This should be enough to be able to see the images with the classes applied to them.
Note: See
TracTickets for help on using
tickets.
