Right before you call for the field, use the method #attributeAt:put:&nbsp; Like this --<br>
<br>
html attributeAt: 'size' put: &lt;your_size&gt;.<br>
html attributeAt: 'maxlength' put: &lt;your_maxlenth&gt;.<br>
html textInputWithValue: anObject callback: [:v | your callback: v]<br>
<br>
bill in texas<br>
<br><br><div><span class="gmail_quote">On 6/16/05, <b class="gmail_sendername">Raymond Asselin</b> &lt;<a href="mailto:raymondasselin@sympatico.ca">raymondasselin@sympatico.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp;how do we modify the predefined length of fields generated by<br>Seaside.<br><br>Example:&nbsp;&nbsp;I want a label...&nbsp;&nbsp;NAME:&nbsp;&nbsp;and an input box say 32 char<br>wide...How?<br><br>For span<br>For inputText<br>For textArea<br>
etc...<br><br>Raymond<br>_______________________________________________<br>Seaside mailing list<br><a href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/listinfo/seaside">
http://lists.squeakfoundation.org/listinfo/seaside</a><br></blockquote></div><br>