Book Image

Ext.NET Web Application Development

By : Anup K Shah
Book Image

Ext.NET Web Application Development

By: Anup K Shah

Overview of this book

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.
Table of Contents (17 chapters)
Ext.NET Web Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
8
Trees and Tabs with Ext.NET
Index

Summary


In this chapter, we saw that although components can be building blocks, such as buttons and various form controls, we can also have Container components which additionally have the ability to contain other components and provide layout capabilities.

Using the humble Button various features common to many components were introduced, such as the ability to set icons, and add menus. Variations of the Button, such as SplitButtons, were also covered. We also saw common features, such as event handling and setting custom configuration properties on various controls.

Container controls were also introduced. These are more sophisticated, being able to contain yet other controls. The toolbars showed that many controls, not just menus and buttons, can be contained. Panels, Windows, and Tooltips were also introduced as other variations of container controls to demonstrate some important building blocks for applications.

Some initial AJAX capabilities were described, but a lot more will be covered...