I use ckeditor and would like to be able to give the use a list of Template Tokens (for php smarty, but could be anything) that can be inserted into the main editor text at the cursor
eg.
- {[$FirstName]}
- {[$PhoneNumber]}
- {[$BalanceDue]}
Is there a simple way to create a plugin to do this?
There is a post at kuba.co.uk that gives a very simple example of how to do this.
http://www.kuba.co.uk/blog.php?blog_id=15