更新时间:2021-07-23 20:39:57
coverpage
Mastering Ext JS Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Sencha Ext JS Overview
Understanding Sencha Ext JS
Ext JS overview
Installing Ext JS
Summary
Chapter 2. Getting Started
Preparing the development environment
Presenting the application and its capabilities
Creating the application with Sencha Cmd
Creating the loading page
Chapter 3. The Login Page
The Login screen
Creating the Login screen
Enhancing the Login screen
Chapter 4. The Logout and Multilingual Capabilities
The base of the application – view/main/Main.js
Logout capability
Client-side activity monitor
The multilingual capability
Chapter 5. Advanced Dynamic Menu
An overview of the dynamic menu
The database model – groups menus and permissions
The dynamic menu – an MVC approach
Chapter 6. User Management
Managing users
Chapter 7. Static Data Management
Presenting the tables
Creating a Model
Creating a Store
Creating an abstract GridPanel for reuse
Generic Controller for all tables
Debug tip – Sencha extension for Chrome
Chapter 8. Content Management
Managing information – films
Displaying the Film data grid
Creating the films container
Creating the ViewController
The Films ViewController
Chapter 9. Adding Extra Capabilities
Exporting a GridPanel to PDF and Excel
Printing GridPanel content with the GridPrinter plugin
Creating a Sales by Film Category chart
Chapter 10. Routing Touch Support and Debugging
Ext JS routing
Using the responsive design plugin
Enabling touch support
Debugging Ext JS applications
Testing Ext JS applications
Helpful tools
Third-party components and plugins
Chapter 11. Preparing for Production and Themes
Before we start
Creating a new theme
Packaging the application for production
Index