Added egw_appWindow funtion to jsapi

This commit is contained in:
Andreas Stöckel 2010-06-04 12:16:13 +00:00
parent 286a412a9c
commit 718264c6e7

View File

@ -39,6 +39,15 @@ else if (document.layers)
is_ns4 = true;
}
/**
* Returns the window object of the current application
* @param string _app is the name of the application which requests the window object
*/
function egw_appWindow(_app)
{
return window;
}
function egw_set_checkbox_multiselect_enabled(_id, _enabled)
{
//Retrieve the checkbox_multiselect base div