Upgrading CF8 to use ExtJS 2.2

2008-08-25 Thread Dave Hatz
I am looking to upgrade the ExtJS library from 1.1 in CF8 to 2.2. I am looking for any details on how to upgrade ExtJS to 2.2 in CF8. Can someone please provide any details on where I can find this information? ~| AdobeĀ®

Re: Upgrading CF8 to use ExtJS 2.2

2008-08-25 Thread Cutter (CFRelated)
You cannot upgrade the ExtJS library that is used by the CF8 Ajax components. Architecture of the Ext library was changed significantly between Ext 1.x and 2.x, and Adobe's Java implementation, which writes the javascript hooks for you when using the appropriate cf tags, would not work

Re: Upgrading CF8 to use ExtJS 2.2

2008-08-25 Thread Gerald Guido
On Mon, Aug 25, 2008 at 12:26 PM, Cutter (CFRelated) [EMAIL PROTECTED] wrote: If you want to use Ext 2.2, you have to write your implementation from scratch (which you'll want to do, if you want more advanced functionality). This is true... However, you might want to look at Justin Carter's