Ext JS 6 By Example
暫譯: Ext JS 6 實例解析
Anand Dayalan
- 出版商: Packt Publishing
- 出版日期: 2015-08-29
- 售價: $1,880
- 貴賓價: 9.5 折 $1,786
- 語言: 英文
- 頁數: 213
- 裝訂: Paperback
- ISBN: 178355049X
- ISBN-13: 9781783550494
-
相關分類:
Ext JS、JavaScript
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,000$950 -
$2,100$1,995 -
$490$382 -
$450$405 -
$580$493 -
$720$612
相關主題
商品描述
Create powerful, real-world web applications with Ext JS 6 using sample projects
About This Book
- Explore, debug, and get practical by extending the sample projects, including a sample RESTful API project in Ext JS 6
- Gain a quick and easy understanding through working source code and get an explanation of multiple cool sample projects
- A project-based guide to help you get your hands on real-world applications
Who This Book Is For
If you're a front web developer who is looking to learn a new JavaScript framework, or if you already know about Ext JS and are looking for a practical resource with multiple example projects to get expert-level knowledge in Ext JS, then this guide will be a great resource for you. A basic understanding of HTML, CSS, and JavaScript is expected.
What You Will Learn
- Install Ext JS Sencha Cmd 6 and debugging tools such as Illumination, App Inspector, and Sencha Fiddle
- Understand and apply the core concepts and querying capabilities of Ext JS 6
- Dive deep into powerful components such as Grid, Data View, Trees, and different kinds of charts including 3D charts as well as Bar, Area, Pie, Line charts
- Discover how an Ext JS 6 application communicates with the server side through Data Packages such as Stores and Proxies
- Discover how to create responsive web applications and client-side routing
- Acquire and implement knowledge on accessibility, localization, and the drag-and-drop and theming capabilities of Ext JS 6
In Detail
Ext JS is one of the most famous JavaScript frameworks used to create rich interactive web applications using techniques such as Ajax, DHTML, JSON, and DOM scripting.
It provides a complete rich set of GUI controls, has an excellent API for AJAX and REST, and helps users to organize their code with Model View ViewModel (MVVM) or the MVC architecture, and supports two-way data binding, responsive layouts, responsive design, and more.
It is an extensive, one-stop-shop to build an JavaScript RIA application.
This book starts with a clear step-by-step installation guide for Ext JS 6 and the additional tools required for development on both Mac and Windows operating systems. It then covers the core concepts and fundamentals of Ext JS 6.
We move on to focus on multiple basic GUI controls such as buttons, message boxes, and menus, and a sample project that covers the fundamental and basic GUI controls. You'll also learn how to design a form with form fields such as a text field, number field, date picker, label, and radio button, and learn about form validation. We proceed to show you how to organize your code using the MVVM application architecture, and you'll then jump into advanced controls such as Grids, Trees, Data Views, and Charts.
You'll also learn about the API required for AJAX and REST communication, and learn all need to know about Ext JS Data Packages. A working RESTful API sample project is included to help you explore the Data Packages. Finally, we end with a discussion on responsive design, theming your application, and the available plugins.
Style and approach
This is an example-based guide to help you develop rich Internet applications using Ext JS 6. Most of the chapters start with a particular concept and code example, and end with a cool sample project that uses the concepts learned in the chapter.
商品描述(中文翻譯)
使用範例專案透過 Ext JS 6 創建強大的實際網頁應用程式
本書介紹
- 探索、除錯並透過擴展範例專案來實踐,包括一個 Ext JS 6 的範例 RESTful API 專案
- 透過實作的原始碼快速且輕鬆地理解,並獲得多個酷炫範例專案的解釋
- 以專案為基礎的指南,幫助你接觸實際應用程式
本書適合誰閱讀
如果你是一位前端網頁開發者,想要學習新的 JavaScript 框架,或者你已經了解 Ext JS 並尋找一個包含多個範例專案的實用資源,以獲得 Ext JS 的專家級知識,那麼這本指南將是你很好的資源。預期讀者需具備 HTML、CSS 和 JavaScript 的基本理解。
你將學到什麼
- 安裝 Ext JS Sencha Cmd 6 及除錯工具,如 Illumination、App Inspector 和 Sencha Fiddle
- 理解並應用 Ext JS 6 的核心概念和查詢能力
- 深入了解強大的元件,如 Grid、Data View、樹狀結構以及各種圖表,包括 3D 圖表、條形圖、面積圖、圓餅圖和折線圖
- 了解 Ext JS 6 應用程式如何通過資料包(如 Stores 和 Proxies)與伺服器端進行通信
- 學習如何創建響應式網頁應用程式和客戶端路由
- 獲取並實施無障礙性、本地化以及 Ext JS 6 的拖放和主題功能的知識
詳細內容
Ext JS 是最著名的 JavaScript 框架之一,用於創建豐富的互動式網頁應用程式,使用 Ajax、DHTML、JSON 和 DOM 腳本等技術。
它提供了一整套豐富的 GUI 控制項,擁有優秀的 AJAX 和 REST API,幫助用戶使用模型-視圖-視圖模型(MVVM)或 MVC 架構來組織代碼,並支持雙向數據綁定、響應式佈局、響應式設計等功能。
這是一個全面的一站式解決方案,用於構建 JavaScript RIA 應用程式。
本書從清晰的逐步安裝指南開始,介紹 Ext JS 6 及在 Mac 和 Windows 操作系統上開發所需的附加工具。接著涵蓋 Ext JS 6 的核心概念和基本原理。
我們將重點放在多個基本 GUI 控制項上,如按鈕、消息框和菜單,以及一個涵蓋基本 GUI 控制項的範例專案。你還將學習如何設計一個包含文本框、數字框、日期選擇器、標籤和單選按鈕等表單欄位的表單,並了解表單驗證。我們接著會展示如何使用 MVVM 應用架構來組織代碼,然後你將進入高級控制項,如 Grids、Trees、Data Views 和 Charts。
你還將學習 AJAX 和 REST 通信所需的 API,並了解所有有關 Ext JS 資料包的知識。書中包含一個可運作的 RESTful API 範例專案,幫助你探索資料包。最後,我們將討論響應式設計、為應用程式主題化以及可用的插件。
風格與方法
這是一本基於範例的指南,幫助你使用 Ext JS 6 開發豐富的網際網路應用程式。大多數章節以特定概念和代碼範例開始,並以一個使用章節中學到的概念的酷炫範例專案結束。