[Zope-dev] Zope Tests: 4 OK, 1 Failed

2008-01-01 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Dec 31 12:00:00 2007 UTC to Tue Jan 1 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Unit Tests. Test failures - Subject: FAILED (failures=1) : Zope-trunk Python-2.4.4 : Linux From: Zope Unit Tests Date: Mon Dec 31

[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

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

2008-01-01 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Hollingsworth wrote: 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

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

2008-01-01 Thread Andreas Jung
--On 1. Januar 2008 21:16:21 -0500 Tres Seaver [EMAIL PROTECTED] wrote: What should I do to use these libraries? Is there a canned solution for this sort of thing? The simplest route: - Create a File object in the ZMI for each separate javascript library (e.g., 'extlibrary.js').

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

2008-01-01 Thread Andreas Jung
--On 2. Januar 2008 06:16:06 +0100 Andreas Jung [EMAIL PROTECTED] wrote: --On 1. Januar 2008 21:16:21 -0500 Tres Seaver [EMAIL PROTECTED] wrote: What should I do to use these libraries? Is there a canned solution for this sort of thing? The simplest route: - Create a File object

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

2008-01-01 Thread Tino Wildenhain
Andreas Jung wrote: ... Larger JS frameworks like Dojo tend to be split across several files and directories. The fun starts when such frameworks load/reload stuff using relative URLs. A co-worker using Dojo intensively had to invest some time in order to integrate such a JS monster properly.