| 000 | 07692cam a2200721 a 4500 | ||
|---|---|---|---|
| 001 | ocn825076960 | ||
| 003 | OCoLC | ||
| 005 | 20240829143731.0 | ||
| 006 | m d | ||
| 007 | cr unu|||||||| | ||
| 008 | 130124s2012 enka o 001 0 eng d | ||
| 040 |
_aUMI _beng _epn _cUMI _dMERUC _dN$T _dCOO _dOCLCQ _dIDEBK _dDEBSZ _dOCLCQ _dOCLCF _dYDXCP _dOCLCQ _dFEM _dJBG _dOCLCQ _dZCU _dVTS _dCEF _dNLE _dOCLCQ _dUKMGB _dSTF _dAGLDB _dDKC _dOCLCQ _dM8D _dUKAHL _dHS0 _dOCLCO _dOCLCQ _dOCLCO _dOCLCL _dOCLCQ |
||
| 015 |
_aGBB747610 _2bnb |
||
| 016 | 7 |
_a018014208 _2Uk |
|
| 019 |
_a821180816 _a968105585 _a968982300 |
||
| 020 |
_a9781849693257 _q(electronic bk.) |
||
| 020 |
_a1849693250 _q(electronic bk.) |
||
| 020 | _a1849693242 | ||
| 020 | _a9781849693240 | ||
| 020 | _z9781849693240 | ||
| 035 |
_a507334 _b(N$T) |
||
| 035 |
_a(OCoLC)825076960 _z(OCoLC)821180816 _z(OCoLC)968105585 _z(OCoLC)968982300 |
||
| 037 |
_aCL0500000182 _bSafari Books Online |
||
| 050 | 4 |
_aTK5105.888 _b.S53 2012 |
|
| 072 | 7 |
_aCOM _x051260 _2bisacsh |
|
| 072 | 7 |
_aCOM _x051420 _2bisacsh |
|
| 082 | 0 | 4 | _a005.2762 |
| 049 | _aMAIN | ||
| 100 | 1 |
_aShah, Anup. _9669999 |
|
| 245 | 1 | 0 |
_aExt.Net Web Application Development / _cAnup Shah. |
| 260 |
_aBirmingham : _bPackt Pub., _c2012. |
||
| 300 |
_a1 online resource (1 volume) : _billustrations. |
||
| 336 |
_atext _btxt _2rdacontent |
||
| 337 |
_acomputer _bc _2rdamedia |
||
| 338 |
_aonline resource _bcr _2rdacarrier |
||
| 347 |
_atext file _2rda |
||
| 490 | 1 | _aCommunity experience distilled | |
| 588 | 0 | _aOnline resource; title from cover (Safari, viewed 24, 2013). | |
| 520 | _aIn Detail To build a rich internet application, you need to integrate a powerful client side JavaScript framework with a server side framework. Ext.NET achieves this by integrating Sencha's Ext JS framework with the power of ASP.NET. The result - a sophisticated framework offering a vast array of controls, layout, and powerful AJAX and server bindings, which can be used to build rich, highly usable web applications. "Ext.NET Web Application Development" shows you how to build rich applications using Ext.NET. Examples guide you through Ext.NET's various components using both ASP.NET Web Forms and MVC examples. You will also see how Ext.NET handles data binding and server integration. You will also learn how to create reusable components and put them together in great looking applications. This book guides you through the various Ext.NET components and capabilities to enable you to create highly usable Ext.NET components and web applications. You will learn about various UI components and numerous layout options through examples. You will see how the AJAX architecture enables you to create powerful data-oriented applications easily. This book will also teach you how to create reusable custom components to suit your needs. "Ext.NET Web Application Development" shows you how to create rich and usable applications using Ext.NET through numerous examples. Approach This is a step-by-step tutorial packed with examples and tips to learn Ext.NET from scratch. Who this book is for This book is written for .NET Web Application Developers who are familiar with ASP.NET looking to build .NET based Rich Internet Applications. Whether you are new to Ext JS or you are looking to use your existing Ext JS skills in a .NET environment, this book will be useful for you. | ||
| 505 | 0 | _aCover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Ext.NET; An overview of Ext.NET; Ext.NET and its relationship with ASP.NET Web Forms and ASP.NET MVC; Ext JS; Comparing with other JavaScript libraries such as jQuery; From a web developer's point of view; Ext.NET from an ASP.NET application developer's point of view; Ext.NET and Ext JS versions; Prerequisites; When to use ExtJS/Ext.NET and when not to; Getting Ext.NET; Choosing the right Ext.NET license; Downloading Ext.NET; Compiling (if needed) | |
| 505 | 8 | _aA walkthrough -- creating a simple ASP.NET project with Ext.NET enabledCreating the project and enabling Ext.NET; Running the sample Ext.NET page; What the sample page does; Ext.NET in the ASP.NET project; Ext.NET and Web.config; Ext.NET controls are registered in Web.config for you; A walkthrough -- creating a simple ASP.NET MVC Project with Razor and Ext.NET enabled; Creating an MVC project and enabling Ext.NET; The sample Ext.NET page using MVC and Razor; Summary; Chapter 2: Ext.NET Controls Overview; Control overview; Buttons; A simple button; Button with icon; Button with menu | |
| 505 | 8 | _aSplit buttonOther button options; Events in Ext.NET; Listeners -- client-side events; Passing the component ID around on the client side; Setting custom values on components.; Direct Events -- server-side handlers for client-side events; MessageBus -- inter-component messaging; Container components; Container; Toolbars and menus; Toolbars with various buttons; Overflowing toolbars; Nested menus; Menus and form fields; Dynamically inserting menus and buttons; Panels; Windows; Tooltips; Complex components; Desktop; Charts; Calendars; Even more!; Summary; Chapter 3: Layout with Ext.NET; Viewport | |
| 505 | 8 | _aBorder layoutDifferent ways to create the same components; Border layout from code; Mixing markup and code; Loading layout items via User Controls; The containing component does not have to be a Viewport; More than one item with the same region; Regions are not limited to Panels only; Weighted regions; Accordion layout; Panel subclasses as Accordion items; Layout combinations; Fit Layout; HBox layout; VBox layout; Reordering Panels; Centering a component; Many other layouts; Further resources and examples; Summary; Chapter 4: AJAX with Ext.NET; AJAX with ASP.NET; UpdatePanel; Page methods | |
| 505 | 8 | _aOther approaches in .NETHow this relates to Ext.NET; DirectEvents; DirectEvents on Ext.NET Controls; Passing additional parameters to the event; Sending custom data back to the client; Event masks; The App client-side namespace; Event confirmation; DirectEvents on ASP.NET Controls; DirectEvents on HTML Elements; DirectEvents dynamically generating new Ext.NET Components; DirectEvents invoking web services; DirectEvents invoking web services with parameters; DirectEvents invoking web services that return new Ext.NET components; DirectEvents invoking generic ASHX handlers | |
| 590 | _aAdded to collection customer.56279.3 | ||
| 650 | 0 |
_aWeb site development. _9973 |
|
| 650 | 0 |
_aApplication software _xDevelopment. _9974 |
|
| 650 | 6 |
_aSites Web _xDéveloppement. _9119973 |
|
| 650 | 6 |
_aLogiciels d'application _xDéveloppement. _926444 |
|
| 650 | 7 |
_aCOMPUTERS _xProgramming Languages _xJavaScript. _2bisacsh _998952 |
|
| 650 | 7 |
_aCOMPUTERS _xProgramming Languages _xVBScript. _2bisacsh _998953 |
|
| 650 | 7 |
_aApplication software _xDevelopment _2fast _9974 |
|
| 650 | 7 |
_aWeb site development _2fast _9973 |
|
| 758 |
_ihas work: _aExt.NET web application development (Text) _1https://id.oclc.org/worldcat/entity/E39PCGPXpRgdpq7hKqxkc9FxjC _4https://id.oclc.org/worldcat/ontology/hasWork |
||
| 776 | 0 | 8 |
_iPrint version: _aShah, Anup. _tExt.Net Web Application Development. _dBirmingham : Packt Publishing, ©2012 _z9781849693240 |
| 830 | 0 |
_aCommunity experience distilled. _9541051 |
|
| 856 | 4 | 0 |
_3EBSCOhost _uhttps://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=507334 |
| 938 |
_aAskews and Holts Library Services _bASKH _nAH26944213 |
||
| 938 |
_aEBSCOhost _bEBSC _n507334 |
||
| 938 |
_aProQuest MyiLibrary Digital eBook Collection _bIDEB _ncis24586463 |
||
| 938 |
_aYBP Library Services _bYANK _n9939534 |
||
| 994 |
_a92 _bN$T |
||
| 999 |
_c679355 _d679355 |
||