Hi I am new to Zope and was keen to know how to add JavaScript in Zope I tried looking into it in the various documentation & was unable to find a response. Secondly how does one use a .zexp file ?? Thankx in anticipation Pranita Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy Music, Video, CD-ROM and Audio-Books from http://www.planetmonline.com
JaveScript is mainly a client-side scripting language, whereas Zope is a server-side thing, so client-side JavaScript and Zope can live happily together :) You can do pretty much everything with JavaScript while using Zope that you could already. Just bear in mind that the server-side variables that Zope has access to are not necessarily available to the JavaScript interpreter of the user's browser. So long as you treat the Zope side of things and the JavaScript side of things seperately , you should have no problems :) Harry hi_pranita wrote:
Hi I am new to Zope and was keen to know how to add JavaScript in Zope
I tried looking into it in the various documentation & was unable to find a response.
Secondly how does one use a .zexp file ??
Thankx in anticipation Pranita
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy Music, Video, CD-ROM and Audio-Books from http://www.planetmonline.com
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
Oops.. just realised this thread was moved to the other list. Harry Wilkinson wrote:
JaveScript is mainly a client-side scripting language, whereas Zope is a server-side thing, so client-side JavaScript and Zope can live happily together :)
You can do pretty much everything with JavaScript while using Zope that you could already. Just bear in mind that the server-side variables that Zope has access to are not necessarily available to the JavaScript interpreter of the user's browser. So long as you treat the Zope side of things and the JavaScript side of things seperately , you should have no problems :)
Harry
hi_pranita wrote:
Hi I am new to Zope and was keen to know how to add JavaScript in Zope
I tried looking into it in the various documentation & was unable to find a response.
Secondly how does one use a .zexp file ??
Thankx in anticipation Pranita
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy Music, Video, CD-ROM and Audio-Books from http://www.planetmonline.com
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Harry Wilkinson -
hi_pranita