On Tue, 1 Mar 2005 10:15:19 -0700, TJ Hilton <[EMAIL PROTECTED]> wrote:
> I'm trying to figure out how to toggle the visibility of a cfformgroup
> control using actionscript.

I don't know the answer off the top of my head (but I'll try to find
out and post back shortly) but I had a question about your code:

Is there any particular reason you are doing this:

>                                         <cfformgroup type="horizontal">
>                                                 <cfformitem 
> type="html"><b>Name:</b></cfformitem>
>                                                 <cfinput name="VendorName" 
> required="yes" width="150" />
>                                         </cfformgroup>

Instead of:

    <cfinput name="VendorName" required="yes" width="150" label="Name:" />
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Breeze Me! -- http://www.corfield.org/breezeme
Got Gmail? -- I have 49, yes 49, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197039
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to