Skip to content

nova-framework/ckeditor-with-elfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ckeditor-with-elfinder

standalone ckeditor with integrated elfinder out the box

Usage:

add the js file:

ckeditor/ckeditor.js

Assets::js(array(
    site_url('ckeditor/ckeditor.js')
));

set path to elfinder:

CKEDITOR.editorConfig = function( config ) {
  config.filebrowserBrowseUrl = '<?=site_url();?>admin/editor';
  config.baseHref = '<?=site_url();?>';
};

Any textarea can have the editor activated by giving it a class of ckeditor.

About

standalone ckeditor with integrated elfinder out the box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published