The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
ckeditor: Templates - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: ckeditor: Templates (/showthread.php?tid=2236) |
ckeditor: Templates - felixhelix - 2011-09-28 Hi, I need templates in ckeditor. I managed to display the link in the Editors Functions Bar, but when I cklick the screen freezes. I guess I need do add support for it in the ckeditor - any ideas how to accomplish this? your's felix ckeditor: Templates - Connie - 2011-09-28 Felix, I did include templates in our editor at get-simple.de and it works I think I once described how to do it, in the custom config-file I activated the template-plugin Code: CKEDITOR.editorConfig = function( config ) in /admin/template/js/ckeditor/plugins/templates/templates/default.js I defined like this: Code: // Register a template definition set named "default". and it works Code: { defines one template ckeditor: Templates - felixhelix - 2011-09-28 Thanks a lot for your quick response! I first - however - had to upload the template plugin from a full ckeditor package. Then I changed the ckeditor's config.js as you wrote. Now it works fine. your's felix |