You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jqueryLQMIS/lib\ligerUI\js\plugins\lige...

16 lines
320 B

/**
* jQuery ligerUI 1.0.1.1
*
* Author leoxie [ gd_star@163.com ]
*
*/
if(typeof (LigerUIManagers) == "undefined") LigerUIManagers = {};
(function($)
{
/// <param name="$" type="jQuery"></param>
$.fn.ligerGetToolBarManager = function()
{
return LigerUIManagers[this[0].id + "_ToolBar"];
};