public function getStylesheets()
 {
     $styleSheets = parent::getStylesheets();
     $styleSheets['/orangehrmCorePlugin/css/ohrmWidgetSelectableGroupDropDown.css'] = 'all';
     return $styleSheets;
 }
 public function getStylesheets()
 {
     $styleSheets = parent::getStylesheets();
     $styleSheets[plugin_web_path('orangehrmCorePlugin', 'css/ohrmWidgetSelectableGroupDropDown.css')] = 'all';
     return $styleSheets;
 }
 public function getStylesheets()
 {
     return array_merge(parent::getStylesheets(), array('dmTagPlugin.fcbkcomplete' => null));
 }
 /**
  * Gets the stylesheet paths associated with the widget.
  *
  * The array keys are files and values are the media names (separated by a ,):
  *
  *   array('/path/to/file.css' => 'all', '/another/file.css' => 'screen,print')
  *
  * @return array An array of stylesheet paths
  */
 public function getStylesheets()
 {
     return array_merge(parent::getStylesheets(), array("/dcReloadedFormExtraPlugin/css/select_jquery_autocomplete.css" => "all"));
 }
 /**
  * Gets the stylesheet paths associated with the widget.
  *
  * The array keys are files and values are the media names (separated by a ,):
  *
  *   array('/path/to/file.css' => 'all', '/another/file.css' => 'screen,print')
  *
  * @return array An array of stylesheet paths
  */
 public function getStylesheets()
 {
     return array_merge(parent::getStylesheets(), array("/dcReloadedFormExtraPlugin/css/chosen.css" => "all"));
 }