Hi webix team,
I need the onAfterRender event for my Toolbar - how can I do this?
Thanks for advice
Hello, @RainerRoss
Could you, please, specify the purpose you need onAfterRender event for the toolbar.
The toolbar is a layout and can be considered as a container for keeping other components.
The idea is that onAfterRender
is an event more relevant for the components that are actually rendered in the layout/form/toolbar.
If you flesh out the case you want to use onAfterRender
event, we may suggest the other solution.