cmv / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
323 stars 278 forks source link

How put an accordion in left pane #977

Closed adrianrb closed 3 years ago

adrianrb commented 3 years ago

Hello!

Thank you for CMV! It´s a great software.

I want put an accordion in left pane, to separate standard cmv widgets from others (dojo, jQuery UI etc.). Like this:

Accordion
  Group 1
  CMV widgets
  Group 2
  ...

How it´s possible? Provide some code/example if possible.

Adrian

tmcgee commented 3 years ago

@adrianrb I'll try to put together a basic example next week.

adrianrb commented 3 years ago

Solved by navigating through DOM (bad and ugly!), and putting elements inside manually...

image