public function FrxDrupalApplication::add_js in Forena Reports 7.3
Same name and namespace in other branches
- 6.2 FrxDrupalApplication.inc \FrxDrupalApplication::add_js()
- 7.2 FrxDrupalApplication.inc \FrxDrupalApplication::add_js()
- 7.4 FrxDrupalApplication.inc \FrxDrupalApplication::add_js()
Add a javascript file for theming css Enter description here ...
Parameters
unknown_type $js_file:
File
- ./
FrxDrupalApplication.inc, line 74 - HostApp.inc Defines all the interface points between the host application and Forena. Each of these methods must be specified in order for Forena to function properly. The base class here is drupal, so those
Class
Code
public function add_js($js_file) {
drupal_add_js($js_file);
}