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
Hello,
Hope you are doing well.
We are wondering if you had time to check the provided solution for moving all toolbar elements to the left.
Please let us know if it worked for you.
Best Regards,
Maksym
Hi, yes It did work. Thank you!
Hello,
Thank you for your feedback.
We are glad to hear that our answer helped you.
Please let us know if any other questions arise.
Best Regards,
Maksym