Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/20/2018 in all areas

  1. I believe the CKEditor JavaScript file must also be set to the view in the appropriate controller, e.g. $this->Javascript->setFile('ckeditor/ckeditor.js', 'head', VENDORWEBDIR);
    2 points
  2. Requires a little JS <?php $this->Javascript->setInline(" $(document).ready(function() { $('#content').ckeditor(function() {}, {language: '" . substr(Configure::get('Blesta.language'), 0, 2) . "'}); }); "); ?>
    1 point
×
×
  • Create New...