Cargando…

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

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Frederick, Shea
Otros Autores: Colin, Ramsay, Blades, Steve (Cutter), White, Nigel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., Ã2010.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn696313564
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 110112s2010 enka o 001 0 eng d
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  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
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 
029 1 |a AU@  |b 000050966726 
029 1 |a AU@  |b 000051377725 
029 1 |a AU@  |b 000062537744 
029 1 |a CHNEW  |b 000609489 
029 1 |a DEBBG  |b BV043104930 
029 1 |a DEBSZ  |b 368477177 
029 1 |a DEBSZ  |b 372797946 
029 1 |a DEBSZ  |b 421657871 
029 1 |a GBVCP  |b 785356266 
029 1 |a HEBIS  |b 291544169 
029 1 |a NZ1  |b 14170032 
029 1 |a UKMGB  |b 018011861 
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 
037 |a CL0500000096  |b Safari Books Online 
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 
082 0 4 |a 005.2762  |2 22 
049 |a UAMI 
100 1 |a Frederick, Shea. 
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 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a JavaScript (Computer program language) 
650 0 |a User interfaces (Computer systems) 
650 0 |a Web sites  |x Design  |x Computer systems. 
650 0 |a Internet programming. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Interfaces utilisateurs (Informatique) 
650 6 |a Programmation Internet. 
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 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a User interfaces (Computer systems)  |2 fast 
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 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=348195  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943660 
938 |a ebrary  |b EBRY  |n ebr10428638 
938 |a EBSCOhost  |b EBSC  |n 348195 
994 |a 92  |b IZTAP