Need a special offer?Find out if your project fits.
+

Toolbar Customization

Answered
Sumukh asked on August 16, 2019

Hi,
I'm trying to add a select element to the toolbar as a li next to flex monster icons. I created a select element and tried appending it to $('#fm-toolbar') using jquery dynamically on document ready function but it as no effect. It's working when I try on the console after the page is loaded but not inside the document ready function.
 Thanks.

1 answer

Public
Vera Didenko Vera Didenko Flexmonster August 16, 2019

Hello,
 
Thank you for reaching out to us.
 
We kindly advise using the beforetoolbarcreated event to add/remove/change the Toolbar’s Tabs. 
Here is a JSFiddle example showing how a new Tab can be added.
Please see our Customizing the Toolbar guide for reference.

 
 
Let us know if everything works fine for you.
 
 
Best Regards,
Vera

Please login or Register to Submit Answer