From: Andrew G. <an...@zo...> - 2003-08-28 23:14:03
|
Hi, I had trouble setting the number of columns in a HTMLTextArea widget. The problem was on line 73 of htmltextarea.js, which contains: return '<textarea class="'+ ... +'" col="'+this._cols+' ... instead of: return '<textarea class="'+ ... +'" cols="'+this._cols+' ... regards, Andrew Gillett |