I've used FCKEditor and it done everything I asked it to do, now migrating over to 3.0 but theres some parts which I cannot seem to find or get working.
CKEDITOR.config.baseHref
This doesn't resolve the images in the editor to the baseHref location but instead resolves the images to the domain name the editor is being hosted on. When I do a page preview however it resolves correctly.
How can I make the editor window's baseHref be the same as the preview windows baseHref?
Tab character reformatting
The Source view reformats my HTML code with Tab's, is it possible to change these tab characters for spaces?
Class for the Body
In the FCKEditor I used to use oFCKeditor.Config["BodyClass"] = "whatever" but I can't see any equivalent in the new CKEditor - Any ideas?
Many thanks in advance,
CKEDITOR.config.baseHref
This doesn't resolve the images in the editor to the baseHref location but instead resolves the images to the domain name the editor is being hosted on. When I do a page preview however it resolves correctly.
How can I make the editor window's baseHref be the same as the preview windows baseHref?
Tab character reformatting
The Source view reformats my HTML code with Tab's, is it possible to change these tab characters for spaces?
Class for the Body
In the FCKEditor I used to use oFCKeditor.Config["BodyClass"] = "whatever" but I can't see any equivalent in the new CKEditor - Any ideas?
Many thanks in advance,
Re: Base href - Tabbed formatting - Body className
read this: viewtopic.php?f=11&t=15466