-
Sencha User
Reg. tooltip for ext.button
Reg. tooltip for ext.button
Hi,
I can't able to set tooltip for ext.button. What i'm missing below?
Menu.lefthand = function() {
return new Ext.Panel({
id: 'leftmenu',
items: [
/*Menu - Create New Page*/
new Ext.Button({ iconCls: 'create-page-button',
width: 85, height: 80,
border: false, cls: 'menu-button',
tooltip: 'Create New Page',
listeners: {
'click': function() {
commChannel.createNewPage();
}
}
})
]
});
};
-
Sencha - Ext JS Dev Team
-
Sencha User
Similar Threads
-
By TheBigOnion in forum Ext 3.x: Help & Discussion
Replies: 3
Last Post: 5 Jun 2010, 9:13 AM
-
By abnervv in forum Ext 3.x: Help & Discussion
Replies: 1
Last Post: 21 Dec 2009, 7:32 AM
-
By obsidian in forum Ext 2.x: Help & Discussion
Replies: 2
Last Post: 27 Oct 2009, 9:12 AM
-
By thatcoder in forum Ext 2.x: Help & Discussion
Replies: 1
Last Post: 29 Jan 2008, 3:38 PM
Tags for this Thread
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us