var editor_title = CKEDITOR.replace( 'title', { toolbar : [ ['Copy','PasteText', '-','Subscript','Superscript','-','SpecialChar'] ], height : '50px', forcePasteAsPlainText : true, skin : 'kama' }); var editor_authors = CKEDITOR.replace( 'authors', { toolbar : [ ['Bold','Italic','Underline','-','Subscript','Superscript','-','PasteText','-','SpecialChar'] ], height : '100px', forcePasteAsPlainText : true, skin : 'kama' }); var editor_abstract = CKEDITOR.replace( 'abstract', { toolbar : [ ['Bold','Italic','Underline','-','Subscript','Superscript','-','Cut','Copy','PasteText','-','SpecialChar','-','Undo','Redo','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] ], height : '350px', forcePasteAsPlainText : true, fontSize_defaultLabel : '12pt', forceEnterMode : true, skin : 'kama', bodyClass : 'justify_block' }); var finder = new CKFinder( { width : 700 } ); //finder.basePath = '/its/wsg/ckfinder/'; //finder.create(); //finder.setupCKEditor( editor_abstract, { basePath : '/its/wsg/ckfinder/', skin : 'v1' } ) ; // REMOVED AS PER GINNY's REQUEST //AUTHORS FIELD // 'Font','FontSize','-','Cut','Copy', // 'Undo','Redo','SelectAll','RemoveFormat','-','Link','-','SpellChecker','-',