Ejemplo n.º 1
0
 public function init()
 {
     $this->viewPath = base_path() . '/modules/backend/formwidgets/markdowneditor/partials';
     $this->checkUploadPostback();
     parent::init();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritDoc}
  */
 public function init()
 {
     parent::init();
     $this->initLocale();
 }