Re: [fw-general] Zend_Tool sub forum?

2009-01-04 Thread Marc Grue
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 (&#x

[fw-general] Zend_Tool sub forum?

2009-01-02 Thread Marc Grue
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

Re: [fw-general] Zend_Dojo vs Prototype

2008-12-03 Thread Marc Grue
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

Re: [fw-general] Zend_Dojo vs Prototype

2008-12-03 Thread Marc Grue
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

[fw-general] Zend_Dojo vs Prototype

2008-11-30 Thread Marc Grue
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})