Cargando…

Ext JS Data-driven Application Design.

An in-depth tutorial that teaches you the basics of data-driven applications, and how to design and implement them using Ext JS. If you are an intermediate in Sencha Ext JS, ""Ext JS Data-Driven Application Design"" is the tutorial for you. You need to be familiar with JavaScript...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kotsutsumi, Kazuhiro
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2013.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Data Structure; The structure of the application
  • User, Customer, Quotation, Quotations, Bill, and Bills; The user; The customer; Quotation and Quotations; Quotation; Quotations; Bill and Bills; Bill; Bills; Creating and dealing with the customer structure tables; The User table; The Customer table; The Quotation table; The Bill table; Creating each operation and testing; User authentication; Selecting the user list; Adding users; Updating the user information
  • Deleting usersThe Customers table; The customer information list; Selecting the quotation list; Items; The Bill table; Summary; Chapter 2: Planning Application Design; Setting up Sencha Cmd and a local development environment; Options; Categories; Commands; Creating a project with Sencha Cmd; Creating a component test; Check how it's working; Making production build; CT in individual views; View component; Adding controllers; Creating views; Navigation; Dashboard; MyAccount; Quotation and bill; Viewport; Creating controllers; Main; Navigation; Dashboard; MyAccount; Quotation and bill
  • Using Ext.util. History for directly accessing a screenAdding logic to the controller; Setting up Ext Direct; Creating the Ext Direct router; Creating the Ext Direct module; Applying Ext Direct to the client application; Testing Ext Direct; Summary; Chapter 3: Data Input; Creating the login page; Creating the MyAccount form; Creating the Quotation form; Store; The field and grid components; TopToolbar; Creating the Bill form; Managing dirty and undirty apps; MyAccount; The Quotation form; The Bill form; Implementing the read and write processes using Ext Direct; Reading data; MyAccount
  • The Quotation formThe Bill form; Writing data and validations; Summary; Chapter 4: List and Search; Creating the Quotation list; Creating the Quotation model; Updating the Quotation view; Implement the Quotation controller; Loading the grid and implementing toolbar buttons; Managing toolbar buttons depending on the grid selection's status; Using a search trigger field and a relation URL hash; Summary; Chapter 5: Reporting; Creating charts on dashboard; Pie chart for CT; Bar chart for CT; Line chart for CT; Radar chart for CT; Layout to dashboard; Creating a pie chart
  • Implementing the Direct functionPreparing the store for the pie chart; Creating the View; Implementing the controller; Creating a bar chart; Implementing the Direct function; Preparing the store for the chart; Creating the view; Implementing the controller; Creating a line chart; Implementing the Direct function; Preparing the store for the chart; Creating the view; Implementing the controller; Creating a radar chart; Implementing the Direct function; Preparing the store for the chart; Creating the view; Implementing the controller; Summary; Chapter 6: Data Management