目錄(80章)
倒序
- 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
- Summary
- Chapter 3. The Login Page
- The Login screen
- Creating the Login screen
- Enhancing the Login screen
- Summary
- 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
- Summary
- Chapter 5. Advanced Dynamic Menu
- An overview of the dynamic menu
- The database model – groups menus and permissions
- The dynamic menu – an MVC approach
- Summary
- Chapter 6. User Management
- Managing users
- Summary
- 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
- Summary
- Chapter 8. Content Management
- Managing information – films
- Displaying the Film data grid
- Creating the films container
- Creating the ViewController
- The Films ViewController
- Summary
- 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
- Summary
- 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
- Summary
- Chapter 11. Preparing for Production and Themes
- Before we start
- Creating a new theme
- Packaging the application for production
- Summary
- Index 更新時間:2021-07-23 20:39:57
推薦閱讀
- iOS面試一戰(zhàn)到底
- JavaScript 從入門到項目實踐(超值版)
- Microsoft Application Virtualization Cookbook
- Unity Virtual Reality Projects
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實訓版)
- 零基礎(chǔ)學Python網(wǎng)絡(luò)爬蟲案例實戰(zhàn)全流程詳解(入門與提高篇)
- Android應(yīng)用案例開發(fā)大全(第二版)
- Learning Apache Cassandra
- Getting Started with Python and Raspberry Pi
- JavaScript程序設(shè)計(第2版)
- Xcode 6 Essentials
- C++從入門到精通(第6版)
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析
- 石墨烯改性塑料
- Julia數(shù)據(jù)科學應(yīng)用
- 零基礎(chǔ)C#學習筆記
- Python物理建模初學者指南(第2版)
- 計算機應(yīng)用基礎(chǔ)
- Python編程零基礎(chǔ)入門
- 數(shù)據(jù)分析從入門到進階
- Processing與Arduino互動編程
- C#大學實用教程
- JavaScript編程思想:從ES5到ES9
- Unity 3D腳本編程與游戲開發(fā)
- 網(wǎng)絡(luò)工程設(shè)計與實踐項目化教程
- Hands-On Unity 2020 Game Development
- 從零開始學Python數(shù)據(jù)分析(視頻教學版)
- 深度學習入門:基于PyTorch和TensorFlow的理論與實現(xiàn)
- 交互的Python:數(shù)據(jù)分析入門
- OpenJDK Cookbook