January 2014
Intermediate to advanced
408 pages
13h 12m
English
This chapter covers
I (Jay) recall my early days with the Ext framework, when I learned by toying with the examples and reading the API documentation. I spent many hours on some of the most important core UI concepts, such as adding user interaction, reusing widgets, and understanding how one widget can contain or control another. For instance, how would I make clicking an anchor tag display an Ext window? Sure, there’s a generic JavaScript way to attach an event handler, but I wanted to use Ext JS. Likewise, I needed ...