JMap.Application.Panel.activateById
Changes the JMap NG App panel.
If no panelId is provided, will activate the "layer" panel by default, if the "layer" panel is disabled will activate the first available panel.
The new application panel to activate
optionnal parameters
JMap.Application.Panel.add
Adds a custom panel for a given panel definition to JMap NG App.
an object that is the definition of the new panel
JMap.Application.Panel.deactivateCurrent
Deactivates the current panel, except if the current panel is the layer panel, or if there is only one panel available.
optionnal parameters
JMap.Application.Panel.existById
Returns true if the panel exists for a given panel id.
The panel id to test
JMap.Application.Panel.getActive
Returns the active panel.
JMap.Application.Panel.getAll
Returns all application panels available.
JMap.Application.Panel.removeById
Removes a panel for a given panel id from JMap NG App.
If the panel was active, will activate the first panel the application finds.
The application panel id to remove
JMap.Application.Panel
You can manage UI panels (on the left in the screen) here.
There is one diplayed and active panel at a time.