I am using jeasyui 1.4.4;
Now I would upgrade but have a problem:
in 1.4.4 I can resize a textbox using
$('#a').textbox({
width: '100px',
height: ''30px'',
});
http://www.jeasyui.com/forum/index.php?topic=5550.msg14179#msg14179if I do this in 1.4.5 is it like recreating a brand new textbox, in fact I lose all previous configurations and settings and event bindings.
I cannot use .textbox('resize') because it resizes only the width, I need to modify the height, too.
Any solution?
Thanks,
RIc