Cargando…

Ext JS 3.0 cookbook : 109 great recipes for building impressive Rich Internet Applications using the Ext JS JavaScript library /

"Get to grips with all of the features that you would expect with this quick and easy-to-follow Ext JS Cookbook. This book provides clear instructions for getting the most out of Ext JS with and offers many exercises to build impressive rich internet applications. This cookbook shows techniques...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ramon, Jorge
Otros Autores: Ramsay, C. N. (Colin N.), Belpathak, Aditya, D'souza, Wilson
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2009.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn607559060
003 OCoLC
005 20240329122006.0
006 m o d
007 cr zn|||||||||
008 100404s2009 ne a o 001 0 eng d
040 |a COO  |b eng  |e pn  |c COO  |d HNK  |d UMI  |d IDEBK  |d N$T  |d CEF  |d E7B  |d OCLCQ  |d SHH  |d OCLCQ  |d B24X7  |d DEBSZ  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AGLDB  |d MOR  |d PIFAG  |d LIV  |d OCLCQ  |d JBG  |d OCLCQ  |d U3W  |d STF  |d WRM  |d VTS  |d COCUF  |d OCLCQ  |d NLE  |d INT  |d VT2  |d COO  |d OCLCQ  |d UKMGB  |d OCLCQ  |d UAB  |d AU@  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d BRF  |d VLY  |d UKCRE  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCL 
016 7 |a 018011830  |2 Uk 
019 |a 659781029  |a 667043480  |a 670546876  |a 698588045  |a 712995570  |a 764546712  |a 961549186  |a 962617950  |a 988520527  |a 992028398  |a 1037761330  |a 1038674888  |a 1055365560  |a 1081202972  |a 1103281458  |a 1129366872  |a 1153049309  |a 1162005728 
020 |a 9781847198716  |q (electronic bk.) 
020 |a 1847198716  |q (electronic bk.) 
020 |z 9781847198709 
020 |z 1847198708 
020 |a 9786612397400 
020 |a 6612397403 
020 |a 1282397400 
020 |a 9781282397408 
029 1 |a AU@  |b 000053269785 
029 1 |a AU@  |b 000062537959 
029 1 |a DEBBG  |b BV043152167 
029 1 |a DEBSZ  |b 355449625 
029 1 |a DEBSZ  |b 372803083 
029 1 |a DEBSZ  |b 421689404 
029 1 |a GBVCP  |b 803130317 
029 1 |a HEBIS  |b 291519571 
029 1 |a NZ1  |b 13869163 
029 1 |a UKMGB  |b 018011830 
035 |a (OCoLC)607559060  |z (OCoLC)659781029  |z (OCoLC)667043480  |z (OCoLC)670546876  |z (OCoLC)698588045  |z (OCoLC)712995570  |z (OCoLC)764546712  |z (OCoLC)961549186  |z (OCoLC)962617950  |z (OCoLC)988520527  |z (OCoLC)992028398  |z (OCoLC)1037761330  |z (OCoLC)1038674888  |z (OCoLC)1055365560  |z (OCoLC)1081202972  |z (OCoLC)1103281458  |z (OCoLC)1129366872  |z (OCoLC)1153049309  |z (OCoLC)1162005728 
037 |a CL0500000074  |b Safari Books Online 
050 4 |a QA76.73.J39  |b R36 2009eb 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
082 0 4 |a 005.2/762  |2 22 
049 |a UAMI 
100 1 |a Ramon, Jorge. 
245 1 0 |a Ext JS 3.0 cookbook :  |b 109 great recipes for building impressive Rich Internet Applications using the Ext JS JavaScript library /  |c Jorge Ramon ; reviewer, Colin Ramsay ; technical editors, Aditya Belpathak, Wilson D'souza. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c 2009. 
300 |a 1 online resource (362 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 "Get to grips with all of the features that you would expect with this quick and easy-to-follow Ext JS Cookbook. This book provides clear instructions for getting the most out of Ext JS with and offers many exercises to build impressive rich internet applications. This cookbook shows techniques and "patterns" for building particular interface styles and features in Ext JS. Pick what you want and move ahead. It teaches you how to use all of the Ext JS widgets and components smartly, through practical examples and exercises. Native and custom layouts, forms, grids, listviews, treeviews, charts, tab panels, menus, toolbars, and many more components are covered in a multitude of examples. The book also looks at best practices on data storage, application architecture, code organization, presenting recipes for improving them--our cookbook provides expert information for people working with Ext JS"--Resource description page. 
505 0 |a Cover; Table of Contents; Preface; Chapter 1: DOM and Data Types, the Ext JS Way; Introduction; Detecting browsers and platforms used by clients; Retrieving DOM nodes and elements; Acquiring references to Ext JS components; Running high-performance DOM queries; Encoding and decoding JSON; Encoding and decoding URL data; Determining the object type and converting empty references to a default value; Finding objects in an array and removing array items; Manipulating strings à la Ext JS; Effortless range checking for numbers; Formatting, parsing, and manipulating dates 
505 8 |a Preventing naming conflicts and scoping non-global variablesExtending JavaScript objects, the Ext JS way; Adding features to the Ext JS classes; Building custom JavaScript classes that inherit the functionality of Ext JS; Chapter 2: Laying Out a Rich User Interface; Introduction; Laying out items within a container using CSS-style absolute positioning; Maintaining components' proportions when their containers are resized; Stacking items with an accordion layout; Wizard style UI using a card layout; Using a tabbed look; Taking all the browser window's real estate 
505 8 |a Positioning components in multiple columnsUsing the table layout; Creating a modern application layout with collapsible regions; A custom column layout; A three-panel application layout with a single line of code; Creating a portal and a portlets catalog; Chapter 3: Load, Validate, and Submit Forms; Introduction; Specifying the required fields in a form; Setting the minimum and maximum length allowed for a field's value; Changing the location where validation errors are displayed; Deferring field validation until form submission 
505 8 |a Creating validation functions for URLs, email addresses, and other types of dataConfirming passwords and validating dates using relational field validation; Rounding up your validation strategy with server-side validation of form fields; Loading form data from the server; Serving the XML data to a form; Using forms for file uploads; Building friendlier forms using text hints; Chapter 4: Fun with Combo Boxes and Date Fields; Introduction; Using the combo box with local data; Displaying remote data with a combo box; Combo box with autocomplete; How the combo box helps you type 
505 8 |a Converting an HTML drop-down list into an Ext combo boxCascading combo boxes; Using templates to change the look of combo box items; Using paging to handle a large number of combo box items; The different ways to set up disabled dates in a date field; The date range selector; Chapter 5: Using Grid Panels to Display and Edit Tabular Data; Introduction; Displaying XML data sent by the server; Displaying JSON data generated by the server; Creating a grid that uses server-side sorting; Implementing data paging; Data grouping with live group summaries; Creating data previews 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a JavaScript (Computer program language) 
650 0 |a Web sites  |x Authoring programs. 
650 0 |a Internet programming. 
650 0 |a Application software. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Sites Web  |x Systèmes-auteur. 
650 6 |a Programmation Internet. 
650 6 |a Logiciels d'application. 
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 Application software.  |2 blmlsh 
650 7 |a Web services.  |2 blmlsh 
650 7 |a Computer software.  |2 blmlsh 
650 7 |a Application software  |2 fast 
650 7 |a Internet programming  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web sites  |x Authoring programs  |2 fast 
700 1 |a Ramsay, C. N.  |q (Colin N.)  |1 https://id.oclc.org/worldcat/entity/E39PCjBd7M3KqyDJFxqwqVdrtq 
700 1 |a Belpathak, Aditya. 
700 1 |a D'souza, Wilson. 
758 |i has work:  |a Ext JS 3.0 cookbook (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCG7bMwdhbbJcj4yk3PxdQq  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Ramón, Jorge.  |t Ext JS 3.0 cookbook.  |d Birmingham, U.K. : Packt Publishing, ©2009  |z 9781847198709  |w (OCoLC)499107071 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=946931  |z Texto completo 
938 |a Internet Archive  |b INAR  |n extjs30cookbook10000ramn 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943044 
938 |a Books 24x7  |b B247  |n bks00032910 
938 |a ebrary  |b EBRY  |n ebr10430415 
938 |a EBSCOhost  |b EBSC  |n 333811 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 239740 
994 |a 92  |b IZTAP