Add new application setup status for running an application in background

This commit is contained in:
Hadi Nategh
2019-03-11 12:06:41 +01:00
parent bec78c475a
commit 1206bc1987
4 changed files with 30 additions and 10 deletions

View File

@ -468,6 +468,14 @@ egw_fw_ui_tab.prototype.hide = function()
}
};
/**
* hide tab header only
*/
egw_fw_ui_tab.prototype.hideTabHeader = function()
{
jQuery(this.headerDiv).hide();
};
/**
* Removes this tab and all its content.
*/