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/bower/bower_components/maphilight/jquery.maphilight.min.js";
static getLocaljQueryUIPath()
static initMaphilight()
Inits and add maphilight to the general template.
static initjQueryUI($a_tpl=null)
inits and adds the jQuery-UI JS-File to the global template (see included_components.txt for included components)
static getLocalMaphilightPath()
Get local path of maphilight file.
static initjQuery($a_tpl=null)
inits and adds the jQuery JS-File to the global or a passed template
static getLocaljQueryPath()