We are trying to add a custom dropdown to CKeditor that will have a list of pre-set values we will find and replace, for the life of me, I cannot find a simple way to do this. Looking at TinyMCE it is very easy:
http://www.tinymce.com/tryit/menubutton.php
Is there a simple solution like this for CKEditor, we would rather not have to swap CKeditor out for TinyMCE just for this feature. I found a plugin called PlaceHolder but that doesn't quite do what we want and to be honest, I was hoping to do this without plugins and just configure on initialization the way TinyMCE does.
Many thanks for any insight.