Thursday 24 June 2010 3:45:36 pm
Thank you for your clear cut instructions Gaetano. I think I am on the way to the target. As you said I have gone through the ezjscore article. But somethings still confusing me about ezjscore.I am prefering jquery than yui3 library and like to load it from CDN In the ezjscore.ini I put LoadFromCDN=enabled #PreferredLibrary=yui3 (means yui3 not selected) PreferredLibrary=jquery ExternalScripts[jquery]=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js in the template file for image gallery I put {ezscript_require( array( 'ezjsc::jquery' ) )} (or do I need this {ezscript_require( array( 'ezjsc::jquery', 'ezjsc::jqueryio' ) )} ) I do not understand why (jqueryio item, which provides a wrapper for the ezjscore server call router.) this jqueryio needed {ezscript_require( array( 'ezjsc::jquery' ) )} this would work isn't it Then I look to add the jquery supporting javascripts for slide show of images. Any suggestions will be helpfull for me to go ahead
|