registerPlugin() 보호된 메소드

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