内容简介
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 and have basic operational knowledge of MySQL. If you want to be able to systematically construct an application from the first step to implementation, this book will be useful for you.
AI简介
这是一本深度讲解数据驱动应用程序设计的教程,它主要面向那些对Sencha Ext JS有一定了解,并且熟悉JavaScript和MySQL基本操作的开发者。这本书的目标是帮助读者系统地构建应用程序,从第一步到实现。
在这本书中,作者详细讲解了数据可视化与图表应用,使用Ext.Direct简化通信,使用Sencha Cmd设置开发环境,创建Sencha Touch应用程序,应用程序设计规划,监控输入状态,将数据应用到store,连接store和grid,创建饼图显示报价和账单数据,创建折线图按月显示报价和账单数据,实现数据导入/导出功能,登录页面的创建与功能实现,数据库结构定义,应用结构设计概述,准备服务器端进行导出,获取数据等关键内容。
这些内容涵盖了从应用程序设计到实现的整个过程,包括如何设计应用程序的结构,如何使用Sencha Cmd设置开发环境,如何创建应用程序,如何设计应用程序的目录结构,如何优化Ajax请求,如何监控输入状态,如何将数据应用到store,如何连接store和grid,如何创建饼图和折线图,如何实现数据导入/导出功能,如何创建登录页面,如何定义数据库结构,如