Learning Ext JS 3.2 : build dynamic, desktop-style user interfaces for your data-driven web applications using Ext JS /

Saved in:
Bibliographic Details
Author / Creator:Frederick, Shea.
Imprint:Birmingham, UK : Packt Pub., ©2010.
Description:1 online resource (xi, 408 pages) : illustrations
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11235002
Hidden Bibliographic Details
Other title:Build dynamic, desktop-style user interfaces for your data-driven web applications using Ext JS.
Other authors / contributors:Colin, Ramsay.
Blades, Steve (Cutter)
White, Nigel.
ISBN:9781849511216
1849511217
9781849511209
1849511209
Notes:Print version record.
Summary:Ext JS is a JavaScript library that makes it (relatively) easy to create desktop-style user interfaces in a web application, including multiple windows, toolbars, drop-down menus, dialog boxes, and much more. This book covers all of the major features of the Ext framework using interactive code and clear explantion coupled with lots of screenshots. Learning Ext JS will help you create rich, dynamic, and AJAX-enabled web applications that look good and perform beyond the expectations of your users.
Other form:Print version: Frederick, Shea. Learning Ext JS 3.2. Birmingham, UK : Packt Publishing, Ltd. ; 2010 9781849511209

MARC

LEADER 00000cam a2200000Ka 4500
001 11235002
005 20210426223106.1
006 m o d
007 cr cnu---unuuu
008 110112s2010 enka o 001 0 eng d
016 7 |a 018011861  |2 Uk 
019 |a 694147000  |a 741520299  |a 961497326  |a 962657881  |a 966209987  |a 988478848  |a 992039662  |a 1037445816  |a 1038671851  |a 1055386512  |a 1058485004  |a 1081221688  |a 1083605631  |a 1103277522  |a 1129359927 
020 |a 9781849511216  |q (electronic bk.) 
020 |a 1849511217  |q (electronic bk.) 
020 |z 9781849511209 
020 |z 1849511209 
035 |a (OCoLC)696313564  |z (OCoLC)694147000  |z (OCoLC)741520299  |z (OCoLC)961497326  |z (OCoLC)962657881  |z (OCoLC)966209987  |z (OCoLC)988478848  |z (OCoLC)992039662  |z (OCoLC)1037445816  |z (OCoLC)1038671851  |z (OCoLC)1055386512  |z (OCoLC)1058485004  |z (OCoLC)1081221688  |z (OCoLC)1083605631  |z (OCoLC)1103277522  |z (OCoLC)1129359927 
035 9 |a (OCLCCM-CC)696313564 
037 |a CL0500000096  |b Safari Books Online 
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d OCLCQ  |d UMI  |d OCLCQ  |d COO  |d HEBIS  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d OCLCF  |d LOA  |d JBG  |d AGLDB  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d U3W  |d OCL  |d BRL  |d STF  |d WRM  |d VTS  |d CEF  |d NLE  |d INT  |d VT2  |d AU@  |d UKMGB  |d OCLCQ  |d A6Q  |d M8D  |d UKAHL  |d HS0 
049 |a MAIN 
050 4 |a QA76.73.J39  |b F74 2010eb 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
100 1 |a Frederick, Shea.  |0 http://id.loc.gov/authorities/names/no2010092259 
245 1 0 |a Learning Ext JS 3.2 :  |b build dynamic, desktop-style user interfaces for your data-driven web applications using Ext JS /  |c Shea Frederick, Colin Ramsay, Steve (Cutter) Blades, and Nigel White. 
260 |a Birmingham, UK :  |b Packt Pub.,  |c ©2010. 
300 |a 1 online resource (xi, 408 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a Ext JS is a JavaScript library that makes it (relatively) easy to create desktop-style user interfaces in a web application, including multiple windows, toolbars, drop-down menus, dialog boxes, and much more. This book covers all of the major features of the Ext framework using interactive code and clear explantion coupled with lots of screenshots. Learning Ext JS will help you create rich, dynamic, and AJAX-enabled web applications that look good and perform beyond the expectations of your users. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Getting Started; A word about JavaScript; I'm asynchronous!; About Ext JS; Ext JS: not just another JavaScript library; Cross-browser DOM (Document Object Model); Event-driven interfaces; Ext JS and AJAX; Getting Ext JS; Where to put Ext JS; Including Ext JS in our pages; What do those files do?; Spacer image; Using the Ext JS library; Time for action; The example; Using the Ext.onReady function; Not working?; Adapters; Using adapters; Localization; English only 
505 8 |a A language other than EnglishMultiple languages; Ext JS online help; Online API docs; The FAQ; Ext JS forum; Summary; Chapter 2: The Staples of Ext JS; Meet the config object; The old way; The new way-config objects; What is a config object?; Widgets and classes; Time for action; What just happened?; More widget wonders; Time for (further) action; Lighting the fire; The workhorse-Ext.get; Minimizing memory usage; Can we use our own HTML?; Summary; Chapter 3: Forms; The core components of a form; Our first form; Nice form-how does it work?; Child items; Validation; Built-in validation-vtypes 
505 8 |a Styles for displaying errorsCustom validation-creating our own vtype; Masking-don't press that key!; Radio buttons and check boxes; It's not a button, it's a radio button; X marks the checkbox; The ComboBox; A database-driven ComboBox; TextArea and HTMLEditor; Listening for form field events; ComboBox events; Buttons and form action; Form submission; Talking back-the server responses; Loading a form with data; Static data load; DOM listeners; Summary; Chapter 4: Menus, Toolbars, and Buttons; What's on the menu?; The menu's items; A toolbar for every occasion; Button configuration 
505 8 |a A basic buttonButton with a menu; Split button; Toggling button state; Toolbar item alignment, dividers, and spacers; Shortcuts; Icon buttons; Button events and handlers-click me!; Loading content on menu item click; Form fields in a toolbar; Buttons don't have to be in a toolbar; Toolbars in panels; Toolbars unleashed; Summary; Chapter 5: Displaying Data with Grids; What is a grid anyway?; A GridPanel is databound; The record definition; The Reader; ArrayReader; JsonReader; XmlReader; Loading our data store; Displaying structured data with a GridPanel; Converting data read into the store 
505 8 |a Displaying the GridPanelHow did that work?; Defining a grid's column model; Built-in column types; BooleanColumn; DateColumn; NumberColumn; TemplateColumn; ActionColumn; Using cell renderers; Formatting data using the built-in cell renderers; Creating lookup data stores-custom cell rendering; Combining two columns; Generating HTML and graphics; Built-in features; Client-side sorting; Hidden/visible columns; Column reordering; Displaying server-side data in the grid; Loading the movie database from an XML file; Loading the movie database from a JSON file; Loading data from a database using PHP 
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 Design  |x Computer systems. 
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 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
700 1 |a Colin, Ramsay. 
700 1 |a Blades, Steve (Cutter) 
700 1 |a White, Nigel. 
740 0 2 |a Build dynamic, desktop-style user interfaces for your data-driven web applications using Ext JS. 
776 0 8 |i Print version:  |a Frederick, Shea.  |t Learning Ext JS 3.2.  |d Birmingham, UK : Packt Publishing, Ltd. ; 2010  |z 9781849511209  |w (OCoLC)681374299 
903 |a HeVa 
929 |a oclccm 
999 f f |i 23a6c568-4fbc-5f5a-8beb-b533f593a4d7  |s b0cea135-9f0f-5dcc-acde-031c9fa0c35c 
928 |t Library of Congress classification  |a QA76.73.J39 F74 2010eb  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=348195  |z eBooks on EBSCOhost  |g ebooks  |i 12299209