- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
{
xtype: 'splitbutton',
// ...
handler: function () {
this.wasMenuShown = this.wasMenuShown ? (this.hideMenu(), false) : (this.showMenu(), true);
},
menu: {
xtype: 'menu',
items: []
}
}
Комментарии (0) RSS
Добавить комментарий