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




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to