|
@@ -218,7 +218,7 @@ export default function () {
|
|
|
|
|
|
if (config.contextMenu === true && _.isArray(config.tbar)) {
|
|
if (config.contextMenu === true && _.isArray(config.tbar)) {
|
|
const vm = this.lookupViewModel()
|
|
const vm = this.lookupViewModel()
|
|
- this.contextMenu = this.add(new Ext.menu.Rkkp({
|
|
|
|
|
|
+ this.contextMenu = this.add(new Ext.menu.Menu({
|
|
viewModel: vm,
|
|
viewModel: vm,
|
|
items: _.map(config.tbar, item => {
|
|
items: _.map(config.tbar, item => {
|
|
const menuItem = {
|
|
const menuItem = {
|