Use the free custom tag wizard at http://www.netwebapps.com/mytags/main.cfm
.. On the last screen you get a chance to choose the type of control you want
associated with your input and choosing a checkbox from the drop down gives
your vtm file that default behavior.

<CF_CUSTOMTAGWIZARD TAGNAME="sample"
                    [EMAIL PROTECTED]
                    EMAILMESSAGE="thanks for useing our tag wiz"
                    SENDASHTML="false">
 The sendashtml is a checkbox and if left unchecked it outputs with the
value of false or true if checked.

Bryan

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 1:03 AM
Subject: Re: VTML "edit tag" dialogs: attributes with no value?


> In CF Studio: Select the tag selector tab in the resources area. (Next to
> the help tab)
> Then select the little yellow gear with the hint "Edit Tag Definition".
> (Half way up on the gray separation bar)
> Use this to edit all your VTMs, it's a breeze.
>
> Rob Rusher
> Flare Networks Inc.
>
> 233 Linden Street
> Fort Collins, CO 80524
>
> (970) 498-9196  Office
> (303) 884-7044 Cell
> (970) 472-1775  Fax
> [EMAIL PROTECTED]
>
> [EMAIL PROTECTED]
> http://www.flarenetworks.com
>
>
>
> --------------------------------------------------------------------------
--
> This email and any accompanying documents contain information belonging
> to the sender which may be confidential and legally privileged.  This
> information is only for the use of the intended individual or entity to
whom
> this electronically transmitted message is sent.
>
> If you are not the intended recipient, any disclosure, copying,
> distribution, or action taken in reliance on the contents of the
> information contained in this transmission is strictly prohibited.
>
> If you receive this transmission in error, please call Flare
> Networks collect at 970-689-1294 and delete the message
> and any attachments.
> --------------------------------------------------------------------------
--
> ----- Original Message -----
> From: "Kay Smoljak" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, May 21, 2001 9:48 PM
> Subject: Re: VTML "edit tag" dialogs: attributes with no value?
>
>
> > On Mon, 21 May 2001 08:23:08 -0400, "Raymond Camden"
> > <[EMAIL PROTECTED]> wrote:
> >
> > >You can do a conditional output by using <WIZIF> So, your VTML  portion
> of
> > >the <TAGLAYOUT> portion can do this:
> > >
> > >
> > ><mytag <WIZIF fieldname EQ 'true'>TEXT_BOLD = 1</WIZIF>>
> > >
> > >This way it would only show up if true, not false or not selected at
all.
> >
> > Thanks, but is there any way of doing this in the <EDITORLAYOUT>?
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to