registerPlugin() protected method

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