CKEditor 4 Demo
You can see the demo of the product below along with the startup code, some operations are not permitted in demo mode.
Quick Start.
//init on top of your view $cs->registerScript ( 'init-editor' , 'CKEDITOR.replace("ck_custom",{customConfig:"/js/config.js"})' , CClientScript::POS_READY );/js/config.js
//CKEditor configuration file CKEDITOR.editorConfig = ( config ) => { config.language = 'en'; config.extraPlugins = 'idowsfilemanager'; config.uiColor = '#f8f8f8'; config.height = 300; config.toolbarCanCollapse = true; };
Click the IDOWS File Manager button icon.