Salesforce uses CKEditor and has added some nifty plugins to it. They also have to do a few work arounds to make sure the CKEditor dialogs don't mess with some of the front end code they have deployed.
I know how to reference the current CKEditor object, but not sure how (and even if) I can add a few buttons to the toolbar.
I have found code on the net that I can utilize to replace the toolbar but then I loose the nifty buttons I really want to keep which they added via a plugin.
Is there a method I can run once I reference the CKEditor object that will allow me to append a button to the existing toolbar and refresh that CKEditor object so the changes can be seen?