I want to automatically load a template into the CKEditor when it loads so that the user does NOT have to select the appropriate template.
Yes, I already have CKEditor setup with a custom template file and it shows when you click on templates and you can load it then. However, I want it to automatically load the one and only custom template into the editor when the page loads.
I found some Javascript code on stackoverflow.com but that's not working for me. I would think this is a pretty common request but I don't see an example anywhere in the Dev docs and when I search the web I only receive a couple of hits that don't seem relevant to the ASP.NET control.
Can someone please provide me with an example of how to do this and an explanation so that those looking to do this in the future have a reference?
Thanks much!
-- Bob Lindabury
Yes, I already have CKEditor setup with a custom template file and it shows when you click on templates and you can load it then. However, I want it to automatically load the one and only custom template into the editor when the page loads.
I found some Javascript code on stackoverflow.com but that's not working for me. I would think this is a pretty common request but I don't see an example anywhere in the Dev docs and when I search the web I only receive a couple of hits that don't seem relevant to the ASP.NET control.
Can someone please provide me with an example of how to do this and an explanation so that those looking to do this in the future have a reference?
Thanks much!
-- Bob Lindabury
Re: CKEditor 3 ASP.NET Automatically Load Template