This message is to simplify my last example since it was a bit much to
understand:

Add the ColorPicker control (to the panel container)

<control type="ColorPicker" name="colorColor" width="140" lfwidth="MAXIMUM"
anchor="lblColor" align="center" right=5 down="25"/>


Then you just need to output the value of the users selection where you want
it:

<wizif colorcolor neq ''>
$$SpacingGap$${DefaultCase('color')}="$$colorColor"
<wizset spacinggap = vertspacinggap>
</wizif>


Joseph DeVore
VeloxWeb Technologies



-----Original Message-----
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 21, 2001 6:01 PM
To: CF-Talk
Subject: Re: VTM Files


> Ummm...are you talking CF Studio?  It already has a colour picker built in

I realize that, but when the user selects 'Edit Tag' and pulls up the
tageditor dialog, I want them to fill one of the fields with a color value.
How can I access the color picker from within the VTM?

Thanks,
Steve


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to