>- see footer for list info -<
Yea I was actually using that.

e.g.

<cfformgroup type="VERTICAL">
 <cfformgroup type="horizontal">
  <cfinput type="Text" name="firstname" label="First Name" required="No"
visible="Yes" enabled="Yes">
  <cfformitem>my description</cfformitem>
 </cfformgroup>

</cfformgroup>

Russ

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matthew Horn
Sent: 06 February 2007 11:26
To: Coldfusion Development
Subject: RE: [CF-Dev] CFFORM XML FORMS

>- see footer for list info -<
Try CFFORMGROUP

Creates a container control for multiple form controls.
<cfformgroup 
   type = "group type"
   label = "label"
   style = "style specification"
   selectedIndex = "page number">
   width = "pixels"
   height = "pixels"
   enabled = "yes" or "no"
   visible = "yes" or "no"
   OnChange = "ActionScript expression"
   toolTip = "Tip text"
   id = "unique identifier"
...ColdFusion forms controls
</cfformgroup>




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Snake
Sent: 06 February 2007 01:17 PM
To: 'Coldfusion Development'
Subject: [CF-Dev] CFFORM XML FORMS


>- see footer for list info -<
I am attempting to use the XML type of CFFORM, but I can't get the flippin
layout right.

I want 3 columns.

FieldName  FormField    Description

But the description will not line up correctly, I have used a CFFORMITEM for
this but it just gets shoved right after the formfield, no DIV, no table
cell etc and messes everything up.

Do I need to modify the XSLT to get this how I want, or am I just missing
something ?

Russ






_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to