Hi to all
There is a way to know the exact events order fired by extjs?
obviously afterrendere came after render but show?
It seem that show happens after afterrender but I've no idea of the correct order of events.
Thanks
Printable View
Hi to all
There is a way to know the exact events order fired by extjs?
obviously afterrendere came after render but show?
It seem that show happens after afterrender but I've no idea of the correct order of events.
Thanks
Show happens when a Component is shown.
And obviously, a Component has to be rendered before it is shown. Stands to reason don't you think?
The event order isn't documented AFAIK.
You either have to read trough the code to find the event order or simply attach event handlers and try it out.
Why is it an issue?
Same sentiment here (surprisingly 3 years have passed since the original post and not a single documentation can be found). A short official documentation on this would be extremely helpful for users so they can get up to speed on how the event order sequence are expected to work.