示例#1
0
文件: Widget.php 项目: ppino/Cosecha
 /**
  * Registers the needed assets
  */
 public function registerAssets()
 {
     $view = $this->getView();
     Asset::register($view);
     //
     //        $attr = $this->attribute;
     //        $js = <<<SCRIPT
     //
     //SCRIPT;
     //
     //        $view->registerJs($js);
 }
示例#2
0
 /**
  * Registers the needed assets
  */
 public function registerAssets()
 {
     $view = $this->getView();
     Asset::register($view);
 }