forked from extern/egroupware
Make selectboxes appear in the correct position (sort of) inside hboxes
This commit is contained in:
parent
ea084fb41f
commit
5284844780
@ -426,6 +426,11 @@ var et2_menulist = et2_DOMWidget.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
},
|
||||||
|
|
||||||
|
// Also need to pass through parent's children
|
||||||
|
getChildren: function() {
|
||||||
|
return this._parent.getChildren();
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user