ColdFusion's Ajax components are great for quick 'sauce', or rapid prototyping. That being said, since it's put together as 'do anything for anyone' implementation, you end up getting a ton you don't typically need, or at minimum an uncompressed, multi-file configuration. For true implementation you will typically be better off using the straight Ext JS library.
The 'download' area of the Ext site allows you to build custom scripts, that only include the class objects you require for a specific implementation, and will show you the dependencies needed for specific objects. I would suggest taking this route. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _____________________________ http://blog.cutterscrossing.com Will Swain wrote: > Hi, > > I'm sure this has been done to death, but here we go anyway. > > I am using cfwindow to pop up a window for registration on a site. Nice and > easy and it works really well, except according to Yslow the page includes > 44 external js files. What! Why? > > Alright, I'm using a cfform in the window, so I could get rid of that and > lose maybe 2 of those JS files. Is there any way of slimming down this js, > or am I better off, as I suspect, just not using cfwindow at all and looking > at a Jquery or similar equivalent? If it's the latter, anyone have any > recommendations? > > Thanks > > Will > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315205 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

