echo Asset::js('ckeditor/ckeditor.js'); echo Asset::js('ckeditor/adapters/jquery.js'); ?> [removed] $(function() { $('#textarea_content').ckeditor({height:'500px'}); }); [removed]
Phil Foulston wrote on Saturday 10th of September 2011:Hi, I am using CKEditor (jQuery extension) with this filemanager http://pgrfilemanager.sourceforge.net/ I have this code in my view and it works without any issues.
echo Asset::js('ckeditor/ckeditor.js'); echo Asset::js('ckeditor/adapters/jquery.js'); ?> [removed] $(function() { $('#textarea_content').ckeditor({height:'500px'}); }); [removed]
This forum strips tags so [removed] === script tags Phil.
It looks like you're new here. If you want to get involved, click one of these buttons!