Has anyone found a way to reproduce the idea of Flash tabbed forms using XML forms?   My thought was to do something along the lines of this to seperate the tabbed sections:

    <cfformitem type="html"><div id="tab1"></cfformitem>
    <cfformgroup type="vertical" label="This is the first tab">
                <cfinput type="text" name="FirstName" id="FirstName" label="First Name" style="width:150px;" />
                <cfinput type="text" name="LastName" id="LastName" label="Last Name" style="width:150px;" />        
    </cfformgroup>
    <cfformitem type="html"></div></cfformitem>

    <cfformitem type="html"><div id="tab2"></cfformitem>
    <cfformgroup type="vertical" label="This is the second tab">
                <cfinput type="text" name="Employer" id="Employer" label="Employer" style="width:150px;" />
                <cfinput type="text" name="Salary" id="Salary" label="Salary" style="width:150px;" />        
    </cfformgroup>
    <cfformitem type="html"></div></cfformitem>


Just to see how that diplays try throwing a "border:1px solid red;" in those divs and it becomes apparent that the form sections are not contained within them.  Does anyone have any ideas on how to achieve this?


--
~Dave Shuck
[EMAIL PROTECTED]
www.daveshuck.com
www.worldwildweb.biz
_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
    http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.HostMySite.com 
  www.teksystems.com/

Reply via email to