12 private static $ver =
"2_2_4";
17 private static $min =
"-min";
40 $a_tpl->addJavaScript(self::getLocaljQueryPath(),
true, 1);
61 $tpl->addJavaScript(self::getLocaljQueryUIPath(),
true, 1);
69 return "./Services/jQuery/js/".self::$ver.
"/jquery".self::$min.
".js";
77 return "./Services/jQuery/js/ui_".self::$ui_ver.
"/jquery-ui".self::$min.
".js";
91 $tpl->addJavaScript(self::getLocalMaphilightPath(),
true, 1);
99 return "./Services/jQuery/js/maphilight_".self::$maphilight_ver.
"/maphilight.js";
An exception for terminatinating execution or to throw for unit testing.
static initjQueryUI()
Init jQuery UI (see included_components.txt for included components)
static getLocaljQueryUIPath()
Get local path of jQuery UI file.
static getLocaljQueryPath()
Get local path of jQuery file.
static initMaphilight()
Init maphilight.
static getLocalMaphilightPath()
Get local path of maphilight file.
static initjQuery($a_tpl=null)
Init jQuery.