goodlook
17 Aug 2009, 11:45 PM
I encounter a little problem:
var menu = new Ext.Menu({
item:[{
text:'Menu1<span style="text-align:right">Ctrl + G</span>'
}]
});
The shortcut key is added to the menu item, but the "text-align:right" not work.
Except adding space between the "Menu1" and the "Ctrl + G", is there any better way ?
var menu = new Ext.Menu({
item:[{
text:'Menu1<span style="text-align:right">Ctrl + G</span>'
}]
});
The shortcut key is added to the menu item, but the "text-align:right" not work.
Except adding space between the "Menu1" and the "Ctrl + G", is there any better way ?