1
0
Fork 0
forked from 0x2620/oxjs

workaround for select values not getting updated correctly when updating form values

This commit is contained in:
rlx 2011-10-11 11:22:16 +00:00
commit f43122f795
4 changed files with 39 additions and 24 deletions

View file

@ -335,10 +335,12 @@ Ox.Dialog = function(options, self) {
left: left,
top: top
}), animate);
/*
that.triggerEvent('resize', {
width: self.options.width,
height: self.options.height
});
*/
}
function resizestart(event) {