all groups > coldfusion flash integration > april 2007 >
You're in the

coldfusion flash integration

group:

tables in cfform?


tables in cfform? SilentBob'secretfusion
4/23/2007 6:52:21 PM
coldfusion flash integration:
I want to display cfinput next to each other, I don't think I can use a form.... any suggestions?

I want something like this:

Input 1 ________ Input 2 _______



Re: tables in cfform? The ScareCrow
4/23/2007 11:38:51 PM
<cfformgroup type="horizontal">
<cfinput type="text" name="txt1" label="Input 1">
<cfinput type="text" name="txt2" label="Input 2">
</cfformgroup>

Re: tables in cfform? SilentBob'secretfusion
4/24/2007 4:51:52 PM
AddThis Social Bookmark Button