Can EditorAreaCSS use a remote url for the stylesheet? because whatever I seem to try doesn't work (and when i paste the code into this forum I don't get to post cause of some server error)
Tue, 04/22/2008 - 15:59
#1

Re: EditorAreaCSS
require_once CUR_PATH.'/setup/fckeditor/fckeditor.php'; $oFCKeditor = new FCKeditor('body') ; $oFCKeditor->BasePath = '/CUR/setup/fckeditor/'; $oFCKeditor->Config['CustomConfigurationsPath'] = '/CUR/setup/fckeditor/fckeditor_CUR.js'; $oFCKeditor->Config['BaseHref'] = 'http://testsite/Modules/Articles/'; $oFCKeditor->Config['EditorAreaCSS'] = 'http://'.$objDomain->getDomain().$objDomain->getStyleSheet(); $oFCKeditor->Config['AutoDetectLanguage'] = false; $oFCKeditor->Config['SpellChecker'] = 'SpellerPages'; $oFCKeditor->Height = 460;Re: EditorAreaCSS
doh it is working, just have to close the window and open again to see the changes in the css in the editor.