Simple form Using ExtJs
Wednesday, July 8th, 2009Extjs 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({
[...] Read more »
What is Ext-Js(Extended JavaScript)
Friday, June 19th, 2009Ext-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 use API
• Commercial and Open Source licenses [...] Read more »