Is it possible to have an ExtJsToolBar with multiple lines? I want a few controls on the first line and 3 ExtJsButtons on the 2nd.
The toolbar is the top toolbar of a Panel.
Is it possible to have an ExtJsToolBar with multiple lines? I want a few
Share
You haven’t mentioned to what widget you like to add toolbars, but in general you may add as many toolbars as you want:
If you like to add extra toolbar to the top of grid, then do find grid’s panel component and add toolbars to it. It could look like this (not tested):