And it was working for versions before dhtmlx suite 5.0
But now toolbar.objPull[toolbar.idPrefix+id].obj.onclick returns null.
And i can’t find the event for cancelBubble.
Is it a bug or how can i find the onclick event?
Thanks
Hello.
Could you please provide us complete demo including all corresponding js/css files?
Here is a small guide how to make a complete demo: docs.dhtmlx.com/tutorials__auxil … pport.html
It’s not related with my code.
The result is same for version 5.0.2.
It works in version 4.0
If you try the script toolbar.objPull[toolbar.idPrefix+id].obj.onclick.arguments[0].cancelBubble = true; ,
you will get the same error.