The forum operates in read-only mode. Please head to StackOverflow for support.
var editor = new FCKeditor('page_content', '850px', '600px'); editor.Config['EditorAreaCSS'] = 'http://www.example.com/css/style.css'; editor.ReplaceTextarea();
var bFCKeditor = new FCKeditor('SisWebContentSisContent'); bFCKeditor.BasePath = '/sis_cms/js/'; bFCKeditor.Height = '400'; bFCKeditor.Config["CustomConfigurationsPath"] = "/sis_cms/js/myfckconfig.js" ; bFCKeditor.ToolbarSet = 'Default'; bFCKeditor.ReplaceTextarea();
FCKConfig.EditorAreaCSS = ['/css/reset.css','/css/default_sis.css'] ;
Re: Applying custom CSS to the editor area
var bFCKeditor = new FCKeditor('SisWebContentSisContent'); bFCKeditor.BasePath = '/sis_cms/js/'; bFCKeditor.Height = '400'; bFCKeditor.Config["CustomConfigurationsPath"] = "/sis_cms/js/myfckconfig.js" ; bFCKeditor.ToolbarSet = 'Default'; bFCKeditor.ReplaceTextarea();http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_File
Re: Applying custom CSS to the editor area