Quantcast
Channel: CKEditor™ Provider for DNN®
Viewing all articles
Browse latest Browse all 1992

Commented Unassigned: dnnpages plugin [7998]

$
0
0
Hi,


The function ucFirst is removed from the dnnpages plugin with fix #7969

This causes issues when not all other plugin are loaded.

(Because some other plugin include this function )


function ucFirst(str) {
- str += '';
- var f = str.charAt(0).toUpperCase();
- return f + str.substr(1);
- }

Regards,
Sacha
Comments: ** Comment from web user: sachatrauwaen **

Here more info about the issue :

The /CKEditor/plugins/dnnpages/plugin.js use the function ucFirst

https://github.com/w8tcha/dnnckeditor/blob/master/CKEditor/plugins/dnnpages/plugin.js

From my searches, this function is present in the syntaxhighlight and/or codemorror plugin.

But when 1 of this two plugins are not loaded, i have "function not found error" in the dnnpages plugin.

Tell me if you have need more info ?


Viewing all articles
Browse latest Browse all 1992

Trending Articles