Re: [fw-general] ZendX Jquery reports Zend_Dojo error???

2008-11-25 Thread Benjamin Eberlei
but you enabled the View for Dojo support? Because having both Dojo and jQuery helpers in your view will probably not work! you can try this by doing: $view-getHelperPaths() or $view-getPluginLoader()-getPaths() greetings, Benjamin On Tuesday 25 November 2008 15:55:30 vladimirn wrote: I grab

Re: [fw-general] ZendX Jquery reports Zend_Dojo error???

2008-11-25 Thread Matthew Weier O'Phinney
-- vladimirn [EMAIL PROTECTED] wrote (on Tuesday, 25 November 2008, 06:55 AM -0800): I grab this code from documentation and tried to reporoduce some result. So, this is a code: snip -- a ZendX_JQuery_Form example... AFTER pointing url to the page, i am getting quite strange error: Fatal

Re: [fw-general] ZendX Jquery reports Zend_Dojo error???

2008-11-25 Thread vladimirn
Yes, dojo is enabled in bootstrap file. How to avoid this conflict? I am not sure that i know how to use $view-getHelperPath() and $view-getPluginLoader()-getPaths(); Will using this make use of Dojo An JQeury at the same time? Thanks, V beberlei wrote: but you enabled the View for Dojo

Re: [fw-general] ZendX Jquery reports Zend_Dojo error???

2008-11-25 Thread Benjamin Eberlei
you have to make sure, that the jQuery Helper path gets added BEHIND the dojo helper path in the particular module that you are using it in. You have to read the PluginLoader and View Helper manuals on how to make this work. On Tuesday 25 November 2008 17:25:31 vladimirn wrote: Yes, dojo is