Stacked toolbars

Is it possible to have two toolbars stacked on top of each other? I have need to have multiple toolbars. Is there a link to a sample?

Toolbar can be initialized in any container you define.
Just for example:





How about in the case where I already have a dhxLayout…attachToolbar()  object defined, and I want to add an additional toolbar below that one? 

I just did something similar.  Here is how I solved it though there may be other ways.


   

   





Attaching the object will attach the entire contents of the div with id=folder_pane.

attachToolbar method doesn’t allow to add multiple toolbars. So, the approach provided by Rachel can be used.