February 22, 2011

Show buttons horizontally using buttongroup in EXTJS

items: [{
                       xtype: 'buttongroup',                                                             
                       columns:2,                              
                       items:[
                            {xtype: 'button', text: 'Search'},
                            {xtype: 'button', text: 'Searchw'}
                           ] }]

No comments:

Post a Comment