mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 23:27:46 +02:00
Add new application setup status for running an application in background
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user