Hello,
I upgraded from version 4 to 4.2.1.
I want to globally set tabbar arrow mode to ‘auto’ - how do I do this? so this applies any tabbar initiated in the application.
Thanks,
Kris
Hello,
I upgraded from version 4 to 4.2.1.
I want to globally set tabbar arrow mode to ‘auto’ - how do I do this? so this applies any tabbar initiated in the application.
Thanks,
Kris
Hello Kris,
How about setArrowsMode method
Here’s the link http://docs.dhtmlx.com/api__dhtmlxtabbar_setarrowsmode.html
Thanks cemang!
setArrowsMode applies to only once instance of the tab, I would like to apply all instances of tabbar in the application.
I guess one way I could do it change the source code in dhtmlxtabbar.js
arwMode: “auto”
I just wanted to know if there a method in dhtmlx that I override this without having to modify the source code.
Hello
There is no global method. You need to apply it to every tabbar you have