You'll need to use an adapter for either JQuery or YUI because the Lift 
garbage collector depends on that.

There are no Lift JS functions specific to ExtJs, but as you'll be using 
either JQuery or YUI for the GC, you can use Lift's JQuery/YUI helpers 
for non-ExtJs stuff. For things specific to ExtJs, you'll have to build 
your own helpers, but you can probably just copy, paste, and modify the 
others to get what you want.

ExtJs probably can't be built into Lift because of licensing issues, so 
you'll have to do some work for yourself.

Chas.

Jesse Eichar wrote:
> Hi,
> 
> I was wondering how plausible using ExtJS since Lift adds some Ajax
> libraries.  ExtJS requires adapters to work nicely with others.  I am
> not sure if the adapters need to be ran with the specific version of
> (say YUI or JQuery) the library that is shipped with Ext or if the
> adapters are enough by then selves.
> 
> But really my question is:  Is it possible to use advanced ExtJS in
> Lift?  And what would the recommended way be?
> 
> Thanks,
> Jesse
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to