Exemplo n.º 1
0
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_javascripts(), array($path . "Download.js"));
 }
 public static function use_javascripts()
 {
     $path = apf_classname_to_path(__CLASS__);
     return array_merge(parent::use_javascripts(), array($path . "ChannelManager.js", $path . "SupplierManager.js", $path . "jquery-ui.js"));
 }