I have been evaluating inline JS editors for years and I can say that I have not very been happy with any of them so far. Even with the best of them a user can mangle a well formed page in no time flat. And not to mention that JS can be extreemly picky and temperamental. We are dealing with a googie spell issue right now that is getting on our nerves. I am not all that suprised that you are having problems with placing an editor in a complex cfwindow design.
The JS files that comes out of the box with CF 8 are large, as some of the JS libraries to begin with. The Ext-all library is 450+ k even with all the white space trimmed out. It is just the nature of the beast. IMO your best bet would be to forgo CF's built-in AJAX components and roll your own using the available libraries like EXT, Jquery, YUI or what ever best suits your needs. If you are worried about load time you can turn on compression on the server or roll your own (I have read about people doing it with cf a while back). >>Ok, so, show me some trick on trimming down ext-core.js (repackaging vs ?) , Got to the site and down load it. You can build your own ext library using only what you need. On Thu, Feb 28, 2008 at 4:50 PM, Don L <[EMAIL PROTECTED]> wrote: > Sam Farmer got me started with YSlow (performance tool), thanks, Sam. > > With this tool, one can tell, some of the major memory hoggers include: > ext-core.js (77k) > grid.js (53k) -- when one looks at all the "amenties", needed or not, one > would know this thing is going to cost ya, now, if I may, it would be so > desirable to have, say, two options, a) light version; b) heavy one (load > whatever you want)... > one wonders what designers are doing with their job (not targeting against > Adobe team...)... > > fukEditor_gecko.js (152.7k) > > Here's some more detail > App memory load (without FckEditor): 927k > (with FckEditor): 1338k > > The difference is pretty substantial. > > Now, the alernative for text editor could be, YUIEditor or tinyMCE, both > works fine for simple, straight page/form, however, neither would work > within complex CFWINDOW. > > And on js, Gzip components is recommended, does the current cf8 standard > support that? For instance, ext-core.js is called by cf server instance, > not manually called by a developer. > > Thanks. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300131 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

