示例#1
0
 /**
  * Registers the needed assets
  */
 public function registerAssets()
 {
     $view = $this->getView();
     TimePickerAsset::register($view);
     $this->registerPlugin($this->pluginName);
 }
示例#2
0
 /**
  * Registers the needed assets
  */
 public function registerAssets()
 {
     $view = $this->getView();
     TimePickerAsset::register($view);
     $this->registerPlugin('timepicker');
 }