> Sorry, I knew I'd have trouble making the actual problem clear.
>
> I have a tag that has attributes that have no values. The effect
> is applied
> depending on whether the attribute is present or not, not on it's
> value. I'm
> trying to make an "edit tag" dialog that will preferably output attributes
> with no value if the checkbox is checked, and no attribute if the checkbox
> is not checked. If that's not going to work, I would be happy with
> attribute="true" if the checkbox is checked, and no attribute in
> the output
> if the checkbox is not checked.
>
> ie if the TEXT_BOLD checkbox was checked:
> <cfx_pwimageproc TEXT_BOLD> preferably, or
> <cfx_pwimageproc TEXT_BOLD="true">
>
> if the TEXT_BOLD checkbox was not checked:
> <cfx_pwimageproc>
>

Kay, I had no problems understanding that part. Did you see my first
response about WIZIF? That would more than handle outputting TEXT_BOLD only
if it is needed. Bryan's email was pretty much the same as well.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to