コード例 #1
0
ファイル: Enabled.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get a list of CSS files required to display the widget properly
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = $this->getDir() . '/input/checkbox/enabled.css';
     return $list;
 }
コード例 #2
0
ファイル: Highlighted.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules/CDev/PINCodes/highlighted_checkbox.css';
     return $list;
 }