JMap.Application.Panel.removeById
Removes a panel for a given panel id from JMap Server NG.
If the panel was active, will activate the first panel the application finds.
The application panel id to remove
if panel is not found or if this is the last panel
// will remove the "custom-panel" panelJMap.Application.Panel.removeById("custom-panel") Copy
// will remove the "custom-panel" panelJMap.Application.Panel.removeById("custom-panel")
JMap.Application.Panel.removeById
Removes a panel for a given panel id from JMap Server NG.
If the panel was active, will activate the first panel the application finds.