getTemplate($tpl); } /** * put your comment there... * */ public function enqueueScripts() { // Please thos scripts below should be already loaded // by the metabox views If the tinymce is loaded inside the editbox // IN OTHER CASES!!! what is the other cases! we load it! self::useScripts(__CLASS__, 'framework:js:ajax:{CJT-}cjt-server'); } /** * put your comment there... * * @param mixed $plugins */ public function registerPlugin($plugins) { // Register shortcode TinyMCE button Plugin. $plugins['CJTShortcodes'] = $this->getURI('plugins/shortcode/shortcode.js'); return $plugins; } } // End class.