So? Libraries for most of the components for DHTML already exist. If I recall correctly there are open source libraries for the DHTML components that the CF Flash forms have. Flash has a library for the calendar, validations, accordian panes, tabs, etc. So does DHTML already most if not all available open source. Without the loading problems that Flash has.
-----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 11:43 AM To: CF-Talk Subject: Re: Any sites using the new Flash foms? But where is the code for tabpage? Sure you can create it elsewhere and include it in a library - but your email here makes it seem like JS is _just_ as easy as cfform dev. With your sample below you have to develop the library first. On Tue, 15 Feb 2005 17:17:39 +0100, Micha Schopman <[EMAIL PROTECTED]> wrote: > In my case I'd just do. > > <div id="tabs"></div> > <div id="tabone"></div> > <div id="tabtwo"></div> > > <script> > var tp = new tabpage(document.getElementById('tabpage')); > tp.attach(new tab('tab one', document.getElementById('tabone'))); > tp.attach(new tab('tab two', document.getElementById('tabtwo'))); > </script> > > Micha Schopman > Software Engineer > > Modern Media, Databankweg 12 M, 3821 AL Amersfoort > Tel 033-4535377, Fax 033-4535388 > KvK Amer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194788 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

