Hide default viewer buttons
How can I hide the viewer buttons like :
- The button that show and hide the layer list
- The button shows and hide the toolbar
0
-
Sure. Open the viewer's configuration file (e.g. Desktop.json.js) in a text editor, and search for DataFrameButtonView. 2 lines down, change "visible": true to "visible": false.
Repeat for TabbedToolbarView.
Note that you can still open the toolbar by clicking on the title area above the map.0
Please sign in to leave a comment.
Comments
1 comment