At my work, we want people only to be able to use the basic tool bar in FCK because that's what they want. However, I also want to use the paste to word function but this doesn't show up on the basic toolbar. How can i customize this or re configure?

Thanks,
Becky

Comments

pauline_perren’s picture

You need to edit your fckeditor.config.js file and 'PasteWord' into the toolbarSets for DrupalBasic
It should look something like the code below once you are done:

FCKConfig.ToolbarSets["DrupalBasic"] = [
['Source','-','FontFormat','-','PasteWord', '-', 'Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink']
] ;

See http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/T...

beckyjohnson’s picture

Thanks! I will try this out.

Becky

wwalc’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.