Ext JS 4 first look : a practical guide including examples of the new features in Ext JS 4 and tips to migrate from Ext JS 3 /

Saved in:
Bibliographic Details
Author / Creator:Groner, Loiane.
Imprint:Birmingham : Packt Publishing, ©2011.
Description:1 online resource (v, 327 pages).
Language:English
Series:Community experience distilled
Community experience distilled.
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11124592
Hidden Bibliographic Details
ISBN:9781849516679
1849516677
1849516669
9781849516662
9781849516662
1283431890
9781283431897
9786613431899
6613431893
Digital file characteristics:data file
Notes:Includes index.
English.
Summary:This book is a practical step-by-step tutorial which guides you to migrate from Ext JS 3 to Ext JS 4. There are examples backed with explanations and plenty of code and illustrations to look forward to. This book is written for web developers who are familiar with Ext JS 3 and want to have detailed insights into the new features of Ext JS 4.
Other form:Print version: Groner, Loiane. Ext JS 4 first look. Birmingham : Packt Publishing, ©2011 9781849516679

MARC

LEADER 00000cam a2200000Ka 4500
001 11124592
005 20210426223522.5
006 m o d
007 cr cnu---unuuu
008 120209s2011 enk o 001 0 eng d
015 |a GBB747693  |2 bnb 
016 7 |a 018014802  |2 Uk 
019 |a 778436455  |a 795224964  |a 838810488  |a 961565944  |a 962676393  |a 988468024  |a 991961793  |a 1037760218  |a 1038624675  |a 1083585514  |a 1153511046  |a 1162024061 
020 |a 9781849516679  |q (electronic bk.) 
020 |a 1849516677  |q (electronic bk.) 
020 |a 1849516669 
020 |a 9781849516662 
020 |z 9781849516662 
020 |a 1283431890 
020 |a 9781283431897 
020 |a 9786613431899 
020 |a 6613431893 
035 |a (OCoLC)775676114  |z (OCoLC)778436455  |z (OCoLC)795224964  |z (OCoLC)838810488  |z (OCoLC)961565944  |z (OCoLC)962676393  |z (OCoLC)988468024  |z (OCoLC)991961793  |z (OCoLC)1037760218  |z (OCoLC)1038624675  |z (OCoLC)1083585514  |z (OCoLC)1153511046  |z (OCoLC)1162024061 
035 9 |a (OCLCCM-CC)775676114 
037 |a CL0500000143  |b Safari Books Online 
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d UMI  |d COO  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d YDXCP  |d DKDLA  |d OCLCF  |d OCLCQ  |d OCL  |d OCLCQ  |d AZK  |d AGLDB  |d ICA  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d JBG  |d U3W  |d D6H  |d STF  |d WRM  |d VTS  |d CEF  |d NLE  |d INT  |d OCLCQ  |d UKMGB  |d OCLCQ  |d UAB  |d A6Q  |d AU@  |d M8D  |d UKAHL  |d HS0  |d UKCRE  |d VLY 
049 |a MAIN 
050 4 |a QA76.73.J39  |b G76 2011eb 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
100 1 |a Groner, Loiane. 
245 1 0 |a Ext JS 4 first look :  |b a practical guide including examples of the new features in Ext JS 4 and tips to migrate from Ext JS 3 /  |c Loiane Groner. 
260 |a Birmingham :  |b Packt Publishing,  |c ©2011. 
300 |a 1 online resource (v, 327 pages). 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
490 1 |a Community experience distilled 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:What's New in Ext JS 4?; Getting started with Ext JS 4; Package and namespace updates; Upgraded documentation; Ext JS 4 SDK quick look; What is the difference between ext.js and ext-all.js?; Deploying Ext JS locally; The new Ext JS 4 class system; Class definition and creation; Creating a new class; Extending a class; Mixins; Config (auto setters and getters); Dynamic class loading; Statics; Migrating from Ext JS 3 to Ext JS 4; Adapters; JavaScript compatibility file 
505 8 |a Sandbox modeSencha platform; Data package; Draw package and charts; Layouts; Grids; Forms; Accessibility; Theming; Summary; Chapter 2:The New Data Package; Broad overview; The new model class; Declaring fields; Validating the model; Loading/saving data with proxies and stores; Linking models through associations; Proxies; Client proxies; LocalStorageProxy; SessionStorageProxy; MemoryProxy; Server proxies; AjaxProxy; RestProxy; JsonPProxy; Stores; Readers; Writers; JsonWriter; XmlWriter; Sorting; Filtering; Summary; Chapter 3:Upgraded Layouts; Ext JS 4 layouts; Container layouts; Auto layout 
505 8 |a Anchor layoutAbsolute layout; HBox layout; VBox layout; Accordion layout; Table layout; Column layout; Fit layout; Card layout; Border layout; Component layouts; Dock layout; Tool layout; Field layout; TriggerField layout; Summary; Chapter 4:Upgraded Charts; Ext JS 4 chart upgrades; Ext draw package; Applying transformations to a draw; Putting it all together; Ext chart package; Legend; Axis; Category, Numeric, and Time axes; Gauge axis; Radial axis; Series; Bar chart; Grouped bar chart; Stacked bar chart; Column chart; Line Chart; Customizing a Line Chart; Grouped Line Chart; Area Chart 
505 8 |a Grouped Area ChartScatter Chart; Grouped Scatter Chart; Pie Chart; Donut Chart; Radar Chart; Grouped Radar Chart; Gauge Chart; Customizing a Chart; Summary; Chapter 5:Upgraded Grid, Tree, and Form; Grid panel; Columns; Feature support; Ext.grid.feature.Grouping; Ext.grid.feature.GroupingSummary; Ext.grid.feature.Summary; Ext.grid.feature.RowBody; Grid plugins; Ext.grid.plugin.CellEditing; Ext.grid.plugin.RowEditing; Saving the data to the server; Infinite scrolling; Tree panel; Drag-and-drop and sorting; Check tree; Tree grid; Form; Form fields; Validation; Form label; Actions; Summary 
505 8 |a Chapter 6:Ext JS 4 ThemesGetting started with Ext JS 4 themes; Installing Ruby; Windows and Mac OS; Linux; Ubuntu and Debian; Red Hat Enterprise and Fedora; Installing Sass and Compass; Setting up an Ext project; Creating a new theme; Variables; Bugs in earlier versions of Ext JS 4.1; Creating new Ext JS Component UIs; Complete my-ext-theme.scss file; Supporting legacy browsers; Missing custom images; Summary; Chapter 7:MVC Application Architecture; The new MVC application architecture; Creating a sample application the old-fashioned way; Migrating/creating an app using the MVC architecture 
520 |a This book is a practical step-by-step tutorial which guides you to migrate from Ext JS 3 to Ext JS 4. There are examples backed with explanations and plenty of code and illustrations to look forward to. This book is written for web developers who are familiar with Ext JS 3 and want to have detailed insights into the new features of Ext JS 4. 
504 |a Includes index. 
546 |a English. 
650 0 |a JavaScript (Computer program language)  |0 http://id.loc.gov/authorities/subjects/sh96004880 
650 0 |a User interfaces (Computer systems)  |0 http://id.loc.gov/authorities/subjects/sh88001679 
650 0 |a Web sites  |x Authoring programs.  |0 http://id.loc.gov/authorities/subjects/sh98000036 
650 0 |a Internet programming.  |0 http://id.loc.gov/authorities/subjects/sh96009904 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x VBScript.  |2 bisacsh 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a User interfaces (Computer systems)  |2 fast  |0 (OCoLC)fst01163191 
650 7 |a Web sites  |x Authoring programs.  |2 fast  |0 (OCoLC)fst01173249 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
776 0 8 |i Print version:  |a Groner, Loiane.  |t Ext JS 4 first look.  |d Birmingham : Packt Publishing, ©2011  |z 9781849516679  |w (OCoLC)775676114 
830 0 |a Community experience distilled.  |0 http://id.loc.gov/authorities/names/no2011030603 
903 |a HeVa 
929 |a oclccm 
999 f f |i 29e40191-8f28-54e0-a4a1-fdfbf6983721  |s 8862b5b9-26bc-576f-be2b-b8944bf36fc0 
928 |t Library of Congress classification  |a QA76.73.J39 G76 2011eb  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=429944  |z eBooks on EBSCOhost  |g ebooks  |i 12363340