If you're on CF 7 you would use cftextarea as opposed to cfinput
type="textarea" (which doesn't exist).

Matt

On Thu, 10 Mar 2005 15:30:25 -0600, Sophek Tounn <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Am I missing something here?
> 
> Is there not a textarea tag, when I use the regular textarea html tag it
> doesn't show up, when I use <cfinput type="textarea" name="pagedesc"
> height="250" width="250" label="Page Title" validateat="onSubmit"
> message="Please enter your page title" required="Yes" visible="Yes"
> enabled="Yes" tabindex="2">
> 
> I don't see the text area show up on the UI?
> 
> <cfform action="" method="POST" width="500" format="XML" skin="default">
> <cfformgroup  type="horizontal" visible="Yes" enabled="Yes">
>       <cfinput type="Text" name="pagetitle" label="Page Title"
> validateat="onSubmit" message="Please enter your page title" required="Yes"
> visible="Yes" enabled="Yes" tabindex="1">
>       <cfinput type="textarea" name="pagedesc" height="250" width="250"
> label="Page Title" validateat="onSubmit" message="Please enter your page
> title" required="Yes" visible="Yes" enabled="Yes" tabindex="2">
>       </cfformgroup>
> 
> </cfform>
> 
> Sophek
> ----------------------------------------------------------
> To post, send email to [email protected]
> To unsubscribe:
>    http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
> To subscribe:
>    http://www.dfwcfug.org/form_MemberRegistration.cfm
> 
> 


-- 
Matt Woodward
[EMAIL PROTECTED]
http://www.mattwoodward.com
----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to