[Zope] Re: [Zope-dev] JavaScript in Zope
Dieter Maurer
dieter@handshake.de
Sun, 29 Jul 2001 23:47:14 +0200 (CEST)
hi_pranita writes:
> I am new to Zope and was keen to know how to add JavaScript in Zope
JavaScript does not work inside Zope but in your browser.
You put your JavaScript either in a Zope File object
and reference it in your HTML with
<script src=... /> or you place it directly in the
generated HTML.
For the second approach, you can use all Zope facilities
for page generation.
> Secondly how does one use a .zexp file ??
You import it.
Some zexps can only be imported in the products folder...
Dieter