Is there a way to automatically load a template into ckeditor? Based on the type of content the user is going to write, I want a specific template to be ready for them when the page loads. Any help would be appreciated.
Thu, 06/09/2011 - 22:33
#1

Re: Automatically loading a template into ckeditor
Re: Automatically loading a template into ckeditor
Re: Automatically loading a template into ckeditor
insert = CKEDITOR.getTemplates("default"); alert(insert); this.setData(input.templates[0].html);the alert returns a undefined. Can you guys help me?