mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-16 19:08:27 +01:00
Don't allow children for the menupopup
This commit is contained in:
parent
127e629eef
commit
aa07a39a2e
@ -49,6 +49,9 @@ var et2_selectbox = et2_inputWidget.extend({
|
|||||||
init: function(_parent) {
|
init: function(_parent) {
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
|
|
||||||
|
// This widget allows no other widgets inside of it
|
||||||
|
this.supportedWidgetClasses = [];
|
||||||
|
|
||||||
this.createInputWidget();
|
this.createInputWidget();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user