1.

Record Nr.

UNINA9910826210603321

Autore

Shah Anup <1949->

Titolo

Ext.NET web application development : a guide to building rich internet applications with Ext.NET using ASP.NET web forms and ASP.NET MVC / / Anup Shah

Pubbl/distr/stampa

Birminghan, UK, : Packt Pub., 2012

ISBN

1-283-96097-4

1-84969-325-0

Edizione

[1st ed.]

Descrizione fisica

1 online resource (410 p.)

Collana

Community experience distilled

Disciplina

005.2762

Soggetti

Web applications

Application software

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

Cover; 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)

A 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

Split 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

Border 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

Other 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

DirectEvents invoking ASP.NET MVC Controllers

Sommario/riassunto

This is a step-by-step tutorial packed with examples and tips to learn Ext.NET from scratch. 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.