<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Dec 2015 11:14:00 Z</lastBuildDate><pubDate>18 Dec 2015 11:35:00 Z</pubDate><description>Hello,&#13;
&#13;
I'm new in the use of the CKEditor from WebDev ! :confused:&#13;
&#13;
I have a problem that the CKEditor 4.x does not display anymore when I try to enable some plugins.&#13;
&#13;
Steps I take to show the CKEditor.&#13;
1) I download, extract and copy the ckeditor folder under my xxxxx_WEB project folder.&#13;
2) On my test page, I include the ckeditor in the Advanced tab of the page under Javascript.&#13;
[attachment 1817 PageDesc.png]&#13;
3) I put a multiline textbox on my page&#13;
4) In the On-Load of the page (Browser code) I include the following code&#13;
&#13;
WHEN EXCEPTION IN JSMethod("CKEDITOR","replace",EDT_Text1..Alias) //edt_Text1 is the edit control DO Error(ExceptionInfo()) END&#13;
when I run the page in test mode, the CKEditor is displayed&#13;
[attachment 1818 ck1.png]&#13;
&#13;
At this stage everything looks good.&#13;
&#13;
I would like to add some plug-ins to the CK editor that would allow be to copy/paste an image in the clipboard (taken with a screen capture program, or snipit).&#13;
I tested this via de CKeditor website, demo of the plugin. And that works realy great.&#13;
&#13;
I selected the correct plugins in the CKBuilder so they would be included in the download of the CKEditor (I think so ?) I also tried manualy download and put them under the ckeditor plugins folder.&#13;
&#13;
I change the code to activate the plug-ins (On-Load, browser)&#13;
&#13;
WHEN EXCEPTION IN JSMethod("CKEDITOR","replace",EDT_Text1..Alias) //edt_Text1 is the edit control JSProperty("CKEDITOR.config","extraPlugins")= "lineutils" JSProperty("CKEDITOR.config","extraPlugins")= "clipboard" JSProperty("CKEDITOR.config","extraPlugins")= "filetools" JSProperty("CKEDITOR.config","extraPlugins")= "button" JSProperty("CKEDITOR.config","extraPlugins")= "toolbar" JSProperty("CKEDITOR.config","extraPlugins")= "widget" JSProperty("CKEDITOR.config","extraPlugins")= "notification" JSProperty("CKEDITOR.config","extraPlugins")= "notificationaggregator" JSProperty("CKEDITOR.config","extraPlugins")= "uploadwidget" JSProperty("CKEDITOR.config","extraPlugins")= "uploadimage" DO Error(ExceptionInfo()) END&#13;
When I run the page this time, The CKeditor is not visible anymore. The rest of the page is the same, no visible errors displayed ?? :-(&#13;
&#13;
If I remove those lines, the CKEditor displays again.&#13;
So I must do something wrong here ? I do not have a lot of experience in working with Javascript and CKEditor, So it could be that I do something wrong here ?&#13;
&#13;
Does anybody know if the plug-ins of the CKEditor will work in WebDev ?&#13;
&#13;
Hope you can give me some tips to get it working !!&#13;
&#13;
Thanks&#13;
Danny</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins/read.awp</link><title>[WB20] CKEditor does not display with plugins ?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55578/read.awp</comments><pubDate>21 Dec 2015 11:14:00 Z</pubDate><description>Hi Danny,&#13;
&#13;
Sorry for the delay in my reply.&#13;
Here are my answers:&#13;
Quote&#13;
Danny&#13;
&#13;
1) What does your DOMResize do, and is it n…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55578/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55578/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins/read.awp">[WB20] CKEditor does not display with plugins ?</source><title>Re: [WB20] CKEditor does not display with plugins ?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55556/read.awp</comments><pubDate>18 Dec 2015 17:37:00 Z</pubDate><description>Peter,&#13;
&#13;
Thanks (Dank u Wel) for the detailed description !&#13;
&#13;
I have managed to get the CKEditor working with another Plug-In …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55556/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55556/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins/read.awp">[WB20] CKEditor does not display with plugins ?</source><title>Re: [WB20] CKEditor does not display with plugins ?</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55549/read.awp</comments><pubDate>18 Dec 2015 12:10:00 Z</pubDate><description>Hi Danny,&#13;
&#13;
I have a global browser side JS procedure defined to configure ckEditor with the options and plugins Installed with…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55549/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins-55549/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55546-wb20-ckeditor-does-not-display-with-plugins/read.awp">[WB20] CKEditor does not display with plugins ?</source><title>Re: [WB20] CKEditor does not display with plugins ?</title></item></channel></rss>
