-
26 Aug 2009 2:03 AM #1
events order
events order
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
-
26 Aug 2009 2:15 AM #2
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?Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
26 Aug 2009 2:17 AM #3
-
26 Aug 2009 2:21 AM #4Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
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.
-
26 Aug 2009 2:27 AM #5
Why is it an issue?
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
11 Nov 2012 5:51 AM #6
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.
It's not what you think. It's how you think.


Reply With Quote

