Don't allow children for the menupopup

This commit is contained in:
Andreas Stöckel 2011-08-21 08:59:12 +00:00
parent 127e629eef
commit aa07a39a2e

View File

@ -49,6 +49,9 @@ var et2_selectbox = et2_inputWidget.extend({
init: function(_parent) {
this._super.apply(this, arguments);
// This widget allows no other widgets inside of it
this.supportedWidgetClasses = [];
this.createInputWidget();
},