registerPlugin() protected method

Registers CKEditor plugin
protected registerPlugin ( )
Esempio n. 1
1
 /**
  * Registers CKEditor plugin
  */
 protected function registerPlugin()
 {
     if ($this->enableKCFinder) {
         $this->registerKCFinder();
     }
     parent::registerPlugin();
 }
Esempio n. 2
0
 /**
  * Registers CKEditor plugin
  */
 protected function registerPlugin()
 {
     if ($this->filemanager) {
         $this->registerKCFinder();
     }
     if ($this->onChange) {
         $this->registerOnChange();
     }
     parent::registerPlugin();
 }