Cargando…

Ext JS 4 web application development cookbook : over 110 easy-to-follow recipes backed up with real-life examples, walking you through basic Ext JS features to advanced application design using Sencha's Ext JS /

This is a cookbook with easy to follow recipes containing practical and detailed examples which are all fully backed up with code, illustrations, and tips. The Ext JS 4 Web Application Development Cookbook is aimed at both newcomers and those experienced with Ext JS who want to expand their knowledg...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ashworth, Stuart
Otros Autores: Duncan, Andrew
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., ©2012.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn810317538
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120910s2012 enk o 001 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d E7B  |d OCLCQ  |d EBLCP  |d N$T  |d OCLCF  |d OCLCQ  |d COO  |d YDXCP  |d DEBSZ  |d OCLCQ  |d AZK  |d ZCU  |d OCLCQ  |d MERUC  |d OCLCQ  |d VTS  |d ICG  |d NLE  |d UKMGB  |d OCLCQ  |d STF  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d AJS  |d INARC  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018014792  |2 Uk 
019 |a 817811976  |a 819504995  |a 823244326  |a 961605859  |a 962613509 
020 |a 9781849516877  |q (electronic bk.) 
020 |a 1849516871  |q (electronic bk.) 
020 |a 1283593920  |q (electronic bk.) 
020 |a 9781283593922  |q (electronic bk.) 
020 |a 9781849516860 
020 |a 1849516863 
029 1 |a AU@  |b 000054189763 
029 1 |a AU@  |b 000066759719 
029 1 |a CHNEW  |b 000621331 
029 1 |a DEBBG  |b BV043094668 
029 1 |a DEBBG  |b BV044168085 
029 1 |a DEBSZ  |b 397378289 
029 1 |a DEBSZ  |b 421357517 
029 1 |a DKDLA  |b 820120-katalog:999935620405765 
029 1 |a NZ1  |b 15196351 
029 1 |a UKMGB  |b 018014792 
035 |a (OCoLC)810317538  |z (OCoLC)817811976  |z (OCoLC)819504995  |z (OCoLC)823244326  |z (OCoLC)961605859  |z (OCoLC)962613509 
037 |a 9781849516877  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.625 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.76  |2 23 
049 |a UAMI 
100 1 |a Ashworth, Stuart. 
245 1 0 |a Ext JS 4 web application development cookbook :  |b over 110 easy-to-follow recipes backed up with real-life examples, walking you through basic Ext JS features to advanced application design using Sencha's Ext JS /  |c Stuart Ashworth, Andrew Duncan. 
260 |a Birmingham, UK :  |b Packt Pub.,  |c ©2012. 
300 |a 1 online resource 
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 
500 |a Includes index. 
520 |a This is a cookbook with easy to follow recipes containing practical and detailed examples which are all fully backed up with code, illustrations, and tips. The Ext JS 4 Web Application Development Cookbook is aimed at both newcomers and those experienced with Ext JS who want to expand their knowledge and learn how to create interactive web applications with Ext JS 4. 
505 0 |a Ext JS 4 Web Application Development Cookbook; Ext JS 4 Web Application Development Cookbook; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers, and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Classes, Object-Oriented Principles and Structuring your Application; Introduction; Creating custom classes using the new Ext JS class system. 
505 8 |a How to do it ... How it works ... ; There's more ... ; See also; Using inheritance in your classes; How to do it ... ; How it works ... ; There's more ... ; See also; Adding mixins to your class; How to do it ... ; How it works ... ; There's more ... ; See also; Scoping your functions; What is Scope?; Scope and Ext JS; How to do it ... ; How it works ... ; There's more ... ; See also; Dynamically loading Ext JS classes; How to do it ... ; How it works ... ; There's more ... ; See also; Aliasing your components; How to do it ... ; How it works ... ; There's more ... ; See also; Accessing components with component query. 
505 8 |a Getting readyHow to do it ... ; How it works ... ; There's more ... ; Evaluating a component instance's type; Ext.container. AbstractContainer ComponentQuery methods; Using and creating the pseudo-selectors; See also; Extending Ext JS components; How to do it ... ; How it works ... ; There's more ... ; See also; Overriding Ext JS' functionality; How to do it ... ; How it works ... ; There's more ... ; Ext. Base.callParent; Ext. Base.borrow; Ext. Base.implement; See also; 2. Manipulating the Dom, Handling Events, and Making AJAX Requests; Introduction; Selecting DOM elements; How to do it ... ; How it works ... 
505 8 |a There's more ... Ext.select; Ext.query; See also; Traversing the DOM; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Direct parents and children; Multiple level traversal; See also; Manipulating DOM elements; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Showing and hiding an element; Updating the contents of an element; See also; Creating new DOM elements; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Inserting a new element before or after an existing element; Using templates to insert elements; See also. 
505 8 |a Handling events on elements and componentsGetting ready; How to do it ... ; How it works ... ; There's more ... ; Defining multiple event handlers at once; Defining event handlers in config objects; See also; Delegating event handling of child elements; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Simple animation of elements; How to do it ... ; How it works ... ; See also; Custom animations; How to do it ... ; How it works ... ; There's more ... ; easing; iterations; beforeanimate and afteranimate events; keyframe event; See also; Parsing, formatting, and manipulating dates. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Internet programming. 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Internet programming  |2 fast 
700 1 |a Duncan, Andrew. 
776 0 8 |i Print version:  |a Duncan, Andrew.  |t Ext JS 4 Web Application Development Cookbook.  |d Birmingham : Packt Publishing, ©2012  |z 9781849516860 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=481274  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943828 
938 |a EBSCOhost  |b EBSC  |n 481274 
938 |a Internet Archive  |b INAR  |n extjs4webapplica0000ashw 
938 |a YBP Library Services  |b YANK  |n 9655024 
994 |a 92  |b IZTAP