Exemple #1
0
 /**
  * Via this method the widget registers the CSS files which it uses.
  * During the viewers initialization the CSS files are collecting into the static storage.
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'search_panel/order/style.css';
     return $list;
 }