The forum operates in read-only mode. Please head to StackOverflow for support.
Frederico Knabben CKEditor Project Lead and CKSource Owner -- Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Catalogue images in fckeditor
window.parent.setImage( imageUrl ) ;
In this case you bypass the local setImage problem.
Best regards,
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: Catalogue images in fckeditor
function ok()
{
//window.setImage(sActiveImage);
window.parent.setImage( sActiveImage) ;
window.close();
}
RE: Catalogue images in fckeditor
RE: Catalogue images in fckeditor