Talk:Ext 2 Overview (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
Fantastic article
Not sure if it's finished yet but even in its current state it's a brilliant resource for the community. Thanks for sharing! Patspam 07:40, 14 October 2007 (CDT)
Thanks Brian for this document. A suggestion: change the links "API Reference" and "Details" that appear in many places, to "See API reference" and "See details". --Efege 11:20, 11 November 2007 (CST)
about rendering phase of the component
Looking through Component source code, in render() method we can see, that after Any state-specific events are initialized (if applicable) the 'afterrender' event is fired:
if(this.stateful !== false) { this.initStateEvents(); } this.fireEvent('afterrender', this);
So I'd add this as point 10 to Rendering phase of Component Lifecycle.
