Featured Post

Today I am gonna discuss about Ext JS and working functionality . This is really Excellent
JavaScript Framework . which is useful to design Rich User Interfaces and many widgets which will satisfy our client needs . Pls go through attached video for more information this is rellay useful video to understand Ext Js framework easily


Here is sample ExT JS code to design Accordions


var win =new Ext.Window({


height :300,
width:300,
items:[
{
layout:'accordion',
height:300,
width:300,
collapsed:true,
items:
[
new Ext.Button({
text:'Submit',
handler:function(){
Ext.Msg.alert("You are working on Ext JS framework Button");
}
})
]

}
]


})




Above code will create a window object in which there will be one accordion and that accordion will have button . Button click will give you alert


Next Topic will be DataGrids and usage in Ext JS framework





SEO Schemes

Comments

Popular posts from this blog

[Inside AdSense] Understanding your eCPM (effective cost per thousand impress...