﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
898	Add EditorAreaCSS to image preview	redtopia@…	Alfonso Martínez de Lizarrondo	"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:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1496671&group_id=75348&atid=543656"	New Feature	closed	Normal	FCKeditor 2.6.1	General		fixed	SF Review+	
