CKEditor ReplaceAll Config
To place configuration values into the ReplaceAll command for CKEditor, use the following format:
CKEDITOR.replaceAll(function( textarea, config ){
config.toolbar_Full =
[
['Source','-','Save','NewPage','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
[...]
