Hello, Is it possible to move all the toolbar elements from the right to the left? And place a customized Angular component in its place (on the right)? Thank You!
Hello,
Thank you for reaching out to us.
The Toolbar customization is supported in Flexmonster via the beforetoolbarcreated
event, through which you can customize the existing tabs and add new ones. You can position all tabs on the left side of the Toolbar by setting therightGroup
property to false
, as is shown in this example: https://jsfiddle.net/flexmonster/8m2ejtkL/
With all the tabs moved to the left, you can add a custom Angular element and position it above the empty part of the Toolbar using CSS.
Please let us know if our answer helped you.
Best Regards,
Maksym