mutware
3 Nov 2009, 6:46 PM
hi everyone,
i couldn't open any window while clicking "Settings" or "Logout" buttons on the taskbar at the "Desktop" example.
// config for the start menu
getStartConfig : function(){
return {
title: 'Jack Slocum',
toolItems: [{
text:'Settings',
iconCls:'settings',
scope:this
},'-',{
text:'Logout',
iconCls:'logout',
scope:this
}]
};
}
});i want to use above buttons like:
getModules : function(){
return [
new MyDesktop.GridWindow(),
new MyDesktop.TabWindow(),
new MyDesktop.AccordionWindow(),
new MyDesktop.BogusMenuModule(),
new MyDesktop.BogusModule()waiting your assistence
i couldn't open any window while clicking "Settings" or "Logout" buttons on the taskbar at the "Desktop" example.
// config for the start menu
getStartConfig : function(){
return {
title: 'Jack Slocum',
toolItems: [{
text:'Settings',
iconCls:'settings',
scope:this
},'-',{
text:'Logout',
iconCls:'logout',
scope:this
}]
};
}
});i want to use above buttons like:
getModules : function(){
return [
new MyDesktop.GridWindow(),
new MyDesktop.TabWindow(),
new MyDesktop.AccordionWindow(),
new MyDesktop.BogusMenuModule(),
new MyDesktop.BogusModule()waiting your assistence