var BTN_Login = { text: 'Login', id: 'BTN_Login', iconCls: 'iConLogin', cls: 'button', handler: openLoginForm } var BTN_Logout = { text: 'Logout', id: 'BTN_Logout', iconCls: 'iConLogout', cls: 'button', handler: logout } var BTN_Log = BTN_Login; var BTN_RSS = { text: 'RSS Feed', iconCls: 'iConRss' } var BTNS_PlastiK = { title: 'PlastiK.fr', xtype: 'buttongroup', columns: 4, height: 95, items: [{ text: 'Refresh', scale: 'large', rowspan: 3, iconCls: 'iConrefresh', iconAlign: 'top', cls: 'x-btn-as-arrow', handler: function(){ window.location.href = 'http://new.plastik.fr/'; } },{ text: 'Paste', scale: 'large', rowspan: 3, iconCls: 'iConpaste', iconAlign: 'top', cls: 'x-btn-as-arrow' },{ xtype:'splitbutton', text: 'Menu Button', scale: 'large', rowspan: 3, iconCls: 'add', iconAlign: 'top', arrowAlign:'bottom', menu: [{ text: 'Cut Menu Item' }] },BTN_Log,BTN_RSS,{ text: 'Add', iconCls: 'iConadd' }] }; var BTNS_Article = { title: 'Articles', xtype: 'buttongroup', columns: 1, height: 95, width: 80, items: [{ text: 'Add', iconCls: 'iConAddArticle' },{ text: 'Remove', iconCls: 'iConRemoveArticle' },{ text: 'Edit', iconCls: 'iConEditArticle' }] } var BTNS_Grid = [BTNS_PlastiK, BTNS_Article];