コード例 #1
0
ファイル: Add.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "Add.js"));
 }
コード例 #2
0
ファイル: CustomOnlineBug.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "../js/highcharts/js/highcharts.js", $path . "../js/highcharts/js/modules/exporting.js", $path . "UserOnlineBug.js"));
 }
コード例 #3
0
ファイル: ProjectBug.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "ProjectBug.js", $path . "../home/Index.js"));
 }
コード例 #4
0
ファイル: RtReport.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "../js/amcharts/amcharts.js", $path . "RtReport.js"));
 }
コード例 #5
0
ファイル: ProjectQuality.php プロジェクト: emilymwang8/ibug
 public static function use_boundable_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_boundable_javascripts(), array($path . "ProjectQuality.js", $path . "../js/highcharts/js/highcharts.js", $path . "../js/highcharts/js/modules/exporting.js", $path . "../js/highcharts/js/jquery.tablesorter.min.js"));
 }