I'm a designer, (as opposed to any sort of a developer) tasked with making a custom mailer for a client. Here's what they need that I could use a basic roadmap for making: (I don't need specifics, just a push in the right direction for how to make it all work.)
Fri, 08/16/2013 - 00:48
#1
Probably need a developer but ...
Suspect you're trying to do something that a develop would be more suited to.
Anyway, The CKEditor editor object's insertText might be what you're looking for. When the button is clicked, it would ideally pass a reference to which editor instance it came from. Then the XML processing code would need to have an onclick event that takes the clicked word and pushes it back to the CKEditor instance using the instance reference passed out in the first place, and the insertText method.
Good luck.