Hi
I'm trying to develop "dynamic templates" for a customer, and my plan was to use CKEditor. I'm not quite sure how to tackle it though, or what the customer requires is even possible using this editor.
By dynamic template I mean to add predefined, and database-populated, areas in a template, that can later be used by users as sort of a "document form" (only filling in the form fields to complete the document). The requirements are to add things like "choose user" (dropdown), a todo-list (dynamic table), checklist etc.
Now, presuming this can even be done - any ideas on what the best approach would be? right now I'm trying to accomplish this using a widget (or several in the end) but thought I'd look for some expert guidance before I spend too much time trying.
I'm using asp.net MVC (c#) with an SQL server database and latest version of CKEditor (4.4.6). also jQuery and a few other js-libraries are in use.
Let me know if I'm unclear. The whole "dynamic template" is a bit hard to explain properly.