18 private static $min =
".min";
38 $a_tpl->addJavaScript(self::getLocaljQueryPath(),
true, 1);
39 $a_tpl->addJavaScript(
'./libs/bower/bower_components/jquery-migrate/jquery-migrate.min.js',
true, 1);
57 $a_tpl->addJavaScript(self::getLocaljQueryUIPath(),
true, 1);
66 return "./libs/bower/bower_components/jquery/dist/jquery" . self::$min .
".js";
75 return "./libs/bower/bower_components/jquery-ui/jquery-ui" . self::$min .
".js";
91 $tpl->addJavaScript(self::getLocalMaphilightPath(),
true, 1);
100 return "./libs/patched/maphilight_14_03_20/maphilight.js";
An exception for terminatinating execution or to throw for unit testing.
static getLocaljQueryUIPath()
static getLocaljQueryPath()
static initMaphilight()
Inits and add maphilight to the general template.
static getLocalMaphilightPath()
Get local path of maphilight file.
static initjQueryUI($a_tpl=null)
inits and adds the jQuery-UI JS-File to the global template (see included_components....
static initjQuery($a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template