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'],
[...]
WYSIWYG Text Widget Editor for Wordpress
I just ran into an excellent plugin for Wordpress that should be included with every install.
The default Wordpress installation offers a basic Text Widget editor that requires HTML knowledge and experience (basically the Wordpress editor in ‘Code’ view). When handing off the Wordpress installation to clients with little to no HTML experience, it is [...]
