Forums / Setup & design / jQuery integration

jQuery integration

Author Message

John Moritz

Friday 04 April 2008 3:30:46 am

Just a short Question. Is it possible for an unexperienced ez Publich User to integrate jQuery? Its on heavy use in my Project which is Managed by a selfmade CMS. I want to migrate tu ez Publish and afraid to get some Problems with that.

André R.

Friday 04 April 2008 3:47:18 am

Well, jQuery is client side only, so as long as you know html and some javascript you only need to learn parts of the template language to be good to go. So it's more a matter of what you serverside code that you call from jQuery (/ajax) does (if you have any), it is mostly only this part that needs to be ported to eZ Publish (PHP) and reused as a eZ Publish module with views for the different server scripts.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

John Moritz

Friday 04 April 2008 4:12:11 am

Thank you very much for quick answer. Most of my jQuery actions dont use PHP Scripts. So i am glad to hear that!