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


Reply via email to