Re: [Zope3-Users] Windows Vista, Buildout & python-cjson

2008-09-18 Thread Michael Howitz
Am 18.09.2008 um 12:20 schrieb Tim Cook: [...] > First of all I do not know what is causing python-cjson to be loaded > as > a dependency. Maybe we can eliminate it for now. Any guesses? You can run bin/buildout with -vv as option to see which package requires python-cjson. Yours sincerel

Re: [Zope3-Users] z3c.formjs - global js-variables and form-content in scripts

2008-09-18 Thread garz
you wrote: > > Again I'm not sure if you are talking about server or client. From > the server perspective, if you have > > @jsfunction.function('z3c') > def myFunc(self): > return u"alert('the fields in this form are %s');" % [w.id for w in > self.widgets.values()] > > then calling the fun

[Zope3-Users] How to add content in HTML head ?

2008-09-18 Thread Thierry Florac
Hi, I'm actually building an application with Zope3 (3.3.1). One of my components (a content provider) provides a list of elements, for which I should provide an RSS URL. My question is simple : how can I automatically put the 'link' tag in HTML head as soon as this component is displayed in a

[Zope3-Users] Windows Vista, Buildout & python-cjson

2008-09-18 Thread Tim Cook
This isn't a buildout question nor even really a python-cjson question. I used zopeproject to startup my OSHIP project https://launchpad.net/oship/ and then added most of the Zope3.4 packages (avoiding lxml due to incompatibility hell) so this is why I'm posting it to the Zope3 Users list. It

Re: [Zope3-Users] z3c.formjs - global js-variables and form-content in scripts

2008-09-18 Thread Marius Gedminas
On Wed, Sep 17, 2008 at 11:26:28PM -0700, Paul Carduner wrote: > On Wed, Sep 17, 2008 at 4:48 PM, garz <[EMAIL PROTECTED]> wrote: > > my goal is to write a general sequence-form, that can display a sequence > > consisting of an arbitrary widget. it should provide delete-buttons for > > every elemen