Book Image

Mastering ExtJS - Second Edition

By : Loiane Avancini
Book Image

Mastering ExtJS - Second Edition

By: Loiane Avancini

Overview of this book

Table of Contents (19 chapters)
Mastering Ext JS Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Content Management

In the preceding chapter, we developed the static data module that consisted of emulating the edition of a table from a database. Basically, it was a Create, Read, Update, Delete (CRUD) of a single table with some extra capabilities. In this chapter, we are going further in the complexity of managing information from a table. Usually, in real-world applications, the tables, the information of which we want to manage have relationships with other tables, and we have to manage the relationships as well. And this is what this chapter is all about. How can we build screens and manage complex information in Ext JS?

So in this chapter, we will cover:

  • Managing complex information with Ext JS

  • How to handle many-to-many associations

  • Forms with associations

  • Reusing components