ESRI Calcite Maps: active panel

1019
2
Jump to solution
08-06-2017 08:28 AM
MichelleJean
New Contributor III

I am learning how to use the ESRI Calcite Mapstheme.

Some maps have panels that are already active when loading the page, like this one has the Settings panel.

This is the ESRI Calcite Maps sample code on GitHub: JS Bin

Can someone tell me how to make one of the panels active on page load, for example the Info panel?

Thank you,

Michelle

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Michelle,

  In the sample you linked to the way that the setting panel is open by default is the "in" class is added to that panel:

<div id="panelBookmarks" class="panel collapse in">

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Michelle,

  In the sample you linked to the way that the setting panel is open by default is the "in" class is added to that panel:

<div id="panelBookmarks" class="panel collapse in">
0 Kudos
MichelleJean
New Contributor III

Working, thank you Robert 

0 Kudos