Feature #23553 » branch44_rev8801-flexible-textareas.patch
ext.resizable.js (working copy) | ||
---|---|---|
this.applyTo(elementId, options);
|
||
}, this);
|
||
}
|
||
|
||
this.div.setWidth(parseInt(el.getStyle('width')));
|
||
//replace \n with <br> so that the enter key can trigger and height increase
|
||
//but first remove all previous entries, so that the height mesurement can be as accurate as possible
|
||
this.div.update(
|