I have earlier used the Prototype library to pull asynchronous data from a
standalone script file 'ajax_srcipt', more or less like this:
.. load prototype libraries
onclick="Javascrip:do_something_with(
new Ajax.Updater({success: 'ajax_script'}, 'ajax_script_path_with_vars',
{evalScripts: true});
)"
Is there a "Dojo"-way to do this?
Should I call an ajax-action in a controller that would then return the
calculated data? (I miss controller examples in the manual)
--
View this message in context:
http://www.nabble.com/Zend_Dojo-vs-Prototype-tp20757810p20757810.html
Sent from the Zend Framework mailing list archive at Nabble.com.