Matthew Weier O'Phinney-3 wrote:
>
> -- Marc Grue wrote
> (on Friday, 02 January 2009, 03:32 PM -0800):
>> I just signed up to your Yahoo group at
>> http://tech.groups.yahoo.com/group/zf-tool/ but wouldn't it make sense to
>> create a sub forum here (
First, a big thank you, Ralph, for creating the
http://framework.zend.com/wiki/display/ZFPROP/Zend_Tool+-+General Zend_Tool
!! The idea of automating code generation is a brilliant step towards
working smarter not harder.
I just signed up to your Yahoo group at
http://tech.groups.yahoo.com/group
Matthew Weier O'Phinney-3 wrote:
>
> You can pass a "form" key to the XHR call, and point it to the form's
> DOM node. If you're using Zend_Dojo_Form (and thus dijit.form.Form),
> you'll need to do this:
>
> form: dijit.byId("").domNode,
>
> This will send all form elements as key/value pa
Matthew Weier O'Phinney-3 wrote:
>
> Look into dojo.xhr:
>
>
> http://dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/ajax-transports
>
> There's not a direct equivalent to Ajax.Updater, but it's trivial to use
> dojo.place to inject the content into your DOM via
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})