This topic is locked

How to add additional plugins to ckeditor

5/15/2015 1:03:28 PM
PHPRunner General questions
A
aptivus author

I would like to add the Google Web Fonts plugin to CkEditor, but I don't know where to put the extraPlugins configuration string.

Sergey? Any help?

Thank you very much

Admin 5/15/2015

You will have to make this change in CKEditor files. See some pointers at http://xlinesoft.com/phprunner/docs/rich_text_editor_plugins.htm

A
aptivus author 5/16/2015



http://ckeditor.com/addon/ckeditor-gwf-plugin
... hth!


Thanks, I know that, but where should I put the code about the config extra?

A
aptivus author 5/16/2015



You will have to make this change in CKEditor files. See some pointers at http://xlinesoft.com/phprunner/docs/rich_text_editor_plugins.htm



Thanks, I did those chamges long ago, but how am I supposed to add extra config lines in that files.txt?

Like this?

##if @BUILDER.m_strRTEType==RTE_CK##
plugins\ckeditor plugins\ckeditor
plugins\ckfinder plugins\ckfinder
plugins\googlefonts plugins\googlefonts
##endif##


I mean...in that way I am declaring that PHPRunner must load ckeditor, ckfinder and googlefonts, BUT googlefonts is ckeditor plugin!

Should I write something like:

plugins\ckeditor\plugins\googlefonts

? or?

Thank you for your help.

Admin 5/16/2015

According to documentation link I provided you need to make changes in plugins\ckeditor\config.js file.
You should not touch any of PHPRunner files.