[EMAIL PROTECTED] wrote:
> How does one set the size of the textarea and the wrapping mode?

You can set all kinds of attributes for a html element using fi:styling

In your case for example:
<ft:widget id="textWidget">
  <fi:styling type="textarea" rows="4" cols="80"/>
</ft:widget>
you can also go ahead and add other attributes

<fi:styling type="textarea" class="niftyTextArea" style="..."/>



> 
> Thanks
> 
> -----Original Message-----
> From: Derek Hohls [mailto:[EMAIL PROTECTED] 
> Sent: Friday, February 10, 2006 2:26 PM
> To: users@cocoon.apache.org
> Subject: Re: CForms: textarea widget?
> 
> <ft:widget id="...">
>   <fi:styling type="textarea"/>
>  
> or
>  
> <ft:widget id="...">
>   <fi:styling type="htmlarea"/>
> 
> 
> PS I have downloaded the entire Forms manual as a PDF;
> pretty helpful.
> 
> 
>>>>[EMAIL PROTECTED] 2006/02/10 03:16:52 PM >>>
> 
> 
> 
> I am looking at the Cocoon User Guide, and I don't see how one can
> create a textarea widget. Thanks
> 
> 
> 


-- 
Paul Focke                                http://outerthought.org/
Outerthought                              Open Source Java & XML
paul at outerthought.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to