在Kentico 8.2 CkEditor中添加令人敬畏的字体

在Kentico 8.2 CkEditor中添加令人敬畏的字体,ckeditor,font-awesome,kentico,Ckeditor,Font Awesome,Kentico,我正在尝试向kentico 8.2 ckeditor(v4.4.0)添加字体真棒 添加相关版本的fontawesome及其依赖项后,小部件插件抛出以下错误:未捕获类型错误:CKEDITOR.style.addCustomHandler不是plugin.js第3200行的函数: // // WIDGET STYLE HANDLER --------------------------------------------------- // ( function() { /**

我正在尝试向kentico 8.2 ckeditor(v4.4.0)添加字体真棒

添加相关版本的fontawesome及其依赖项后,小部件插件抛出以下错误:未捕获类型错误:
CKEDITOR.style.addCustomHandler不是plugin.js第3200行的函数

//
// WIDGET STYLE HANDLER ---------------------------------------------------
//

( function() {

    /**
     * The class representing a widget style. It is an {@link CKEDITOR#STYLE_OBJECT object} like
     * the styles handler for widgets.
     *
     * **Note:** This custom style handler does not support all methods of the {@link CKEDITOR.style} class.
     * Not supported methods: {@link #applyToRange}, {@link #removeFromRange}, {@link #applyToObject}.
     *
     * @since 4.4
     * @class CKEDITOR.style.customHandlers.widget
     * @extends CKEDITOR.style
     */
    CKEDITOR.style.addCustomHandler( {
        type: 'widget',
CkEditor不支持旧版本的bug报告,所以我想知道这里是否有其他人以前遇到过这个问题


提前感谢

在4.4.0版的ckeditor中,该函数(addCustomHandler)是吗?如果你搜索所有的javascript,你能找到它吗?否则,我过去所做的是,我用我的可转换Web部件创建了一个字体很棒的内联小部件,我的版本是8.2,要我为你导出吗?@TrevorJFayas,你太好了!