PDA

View Full Version : Equivalence to Dojo's formNode?



Saeven
11 May 2007, 11:00 AM
Hi.

In Dojo, when doing XHOR calls, one can use dojo.io.bind to specify that an entire form's contents, by id, should be submitted:



dojo.io.bind...
formNode: formID
...


Possible with Ext? Something that the YUI toolkit otherwise offers? I think Prototype may not permit this... am willing to switch to YUI if this is the case.

Cheers.
Alex