Simple form Using ExtJs

Wednesday, July 8th, 2009

Extjs is mainly used for UI design.Today I will create a simple form using this.And I will explain code also. So that any beginner can understand easily. Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = ‘side’; var bd = Ext.getBody(); var simple = new Ext.FormPanel({ labelWidth: 85, frame:true, title: ‘Vinay Form’, bodyStyle:’padding:10px 10px 0′, width: 450, defaults: {width: 250}, [...] Read more »

What is Ext-Js(Extended JavaScript)

Friday, June 19th, 2009

Ext-JS is a open source JavaScript library for building interactive web applications[2] using techniques such as AJAX, DHTML and DOM scripting.It is easy to use,rich user interface and more it can be a desktop application. It includes: • High performance, customizable UI widgets • Well designed and extensible Component model • An intuitive, easy to [...] Read more »