Example #1
0
 /**
  * Publish the color picker Css asset files.
  */
 public function onPreRender($param)
 {
     parent::onPreRender($param);
     $this->publishColorPickerAssets();
 }
Example #2
0
 /**
  * Publish the date picker Css asset files.
  */
 public function onPreRender($param)
 {
     parent::onPreRender($param);
     $this->publishCalendarStyle();
     $this->registerCalendarClientScriptPre();
 }