You could look at Dojo, which is a WAI-ARIA compliant (Accessible Rich Internet Application) DHTML framework.
Frameworks mean many different things in the CF world. We have CF Frameworks, then there are Ajax Frameworks, Flex Frameworks. -----Original Message----- From: s. isaac dealey [mailto:[EMAIL PROTECTED] Sent: Saturday, April 12, 2008 7:22 PM To: CF-Talk Subject: Re: Frameworks Hi Jenny, The onTap framework (in my sig) has a lot of "syntactic sugar" built in, so you can build things like dhtml tabsets that are section 508 (accessibility) compliant without any real knowledge of javascript. Most (all?) other dhtml tabsets you find out there, like the ones in Spry would require some work to make them sec508 compliant (if it's even possible). Syntax for a tabset looks something like this: <cf_html> <tap:tabset name="tab"> <tap:tab> <tap:label>stuff</tap:label> stuff tab content </tap:tab> <tap:tab> <tap:label>more stuff</tap:label> more stuff content </tap:tab> </tap:tabset> </cf_html> If I remember correctly I had also made it possible to load tab content asynchronously. I know I recently added a <tap:div> element similar to the cfdiv feature in ColdFusion 8 that lets you load content into the div asynchronously using links in the div content. Of course with any framework there's gonna be a learning curve. :) hth -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 617.365.5732 http://onTap.riaforge.org/blog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303238 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

