RE: [Zope] Best Practice for including Javascript in Zope Applications

2008-01-04 Thread Matt Hollingsworth
: zope@zope.org Subject: Re: [Zope] Best Practice for including Javascript in Zope Applications Matt, Please keep us updated on your strategy for serving extjs. I am also considering making my application a product for distribution but I was thinking along the lines of an install script for macs

Re: [Zope] Best Practice for including Javascript in Zope Applications

2008-01-03 Thread Tim Nash
@zope.org Subject: Re: [Zope] Best Practice for including Javascript in Zope Applications I am writing an application that uses extjs as the front end and zope on the back and they work together really well. I am using a webserver to server the extjs library and everything else comes out of zope

Re: [Zope] Best Practice for including Javascript in Zope Applications

2008-01-02 Thread Tom Von Lahndorff
On Jan 1, 2008, at 7:20 PM, Matt Hollingsworth wrote: Hello, I’m new to developing for zope, and I have a quick question regarding some best practices when using Javascript in zope applications. I would like to use Ext JS (http://www.extjs.com/ ) in an application that I am writing.

Re: [Zope] Best Practice for including Javascript in Zope Applications

2008-01-02 Thread Tim Nash
I am writing an application that uses extjs as the front end and zope on the back and they work together really well. I am using a webserver to server the extjs library and everything else comes out of zope. So far I have had no trouble with relative links or files broken up in different

RE: [Zope] Best Practice for including Javascript in Zope Applications

2008-01-02 Thread Matt Hollingsworth
for including Javascript in Zope Applications I am writing an application that uses extjs as the front end and zope on the back and they work together really well. I am using a webserver to server the extjs library and everything else comes out of zope. So far I have had no trouble with relative links

[Zope] Best Practice for including Javascript in Zope Applications

2008-01-01 Thread Matt Hollingsworth
Hello, I'm new to developing for zope, and I have a quick question regarding some best practices when using Javascript in zope applications. I would like to use Ext JS (http://www.extjs.com/ ) in an application that I am writing. It is a fairly extensive library, so I didn't really want