JMap.Application.Layer.Edition.Info
You can manage layer info panel here.
JMap.Application.Layer.Edition.Info.closePanel
If open, closes the edition panel.
// closes the edition (any tab) panel if open. JMap.Application.Layer.Edition.DynamicFilter.closePanel()
JMap.Application.Layer.Edition.Info.openPanel
Open the edition panel, with "info" tab activated, for the given layer
if layer not found
// open the edition panel, with "info" tab activated, for layer id=3. JMap.Application.Layer.Edition.Info.openPanel(3)
the JMap layer id
JMap.Application.Layer.Edition.Info
You can manage layer info panel here.