How can I modify the FCK interface? I mean how can I hide some buttons? I notice that I can create the editor with the basic or advanced interface but I need something between them.
Thu, 07/07/2005 - 01:30
#1

RE: FCK interface
RE: FCK interface
oFCKeditor = new FCKeditor( 'PageContent' ) ;
oFCKeditor.Config['CustomConfigurationsPath'] = '/customfckconfig.js';
oFCKeditor.ToolbarSet = 'MyToolbar';
When doing this, specify 'MyToolbar' in customfckconfig.js as you like it.
Guble