[Seaside] How to: length of fields

Bill Holloway bill.holloway at gmail.com
Fri Jun 17 02:32:13 CEST 2005


Right before you call for the field, use the method #attributeAt:put: Like 
this --

html attributeAt: 'size' put: <your_size>.
html attributeAt: 'maxlength' put: <your_maxlenth>.
html textInputWithValue: anObject callback: [:v | your callback: v]

bill in texas


On 6/16/05, Raymond Asselin <raymondasselin at sympatico.ca> wrote:
> 
> Hi,
> how do we modify the predefined length of fields generated by
> Seaside.
> 
> Example: I want a label... NAME: and an input box say 32 char
> wide...How?
> 
> For span
> For inputText
> For textArea
> etc...
> 
> Raymond
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20050616/a360e122/attachment.htm


More information about the Seaside mailing list