Chapter 3. Events, Components, and Containers

This chapter covers

  • Learning about software-driven events with Observable
  • Getting to know the Component model and lifecycle
  • Exploring the Ext JS Container model
  • Managing parent-child relationship of widgets
  • Implementing the Container model utility methods

I recall my early days with the Ext framework, when I started learning 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, the reusability of widgets, and how one widget can contain or control another. For instance, how would I make the click of an anchor tag display an Ext Window? Sure, there’s a generic JavaScript way of attaching ...

Get Ext JS in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.