2009/6/30 Nakata Kokuyo <alvincks...@gmail.com>

>
> Good day All,
>
> I normally found prototype sample like following :-
>
> [code]
> onComplete    : function(transport) {
>                                                console.log('done');
>                                                console.log
> (transport);
>                                        }
> [/code]
>
> but i have no idea what is 'Transport' means in function(transport) ,
> what are the other common parameters used in function ?
>
> Thank you !
> >
>
Transport gives you access to the response part of the request that the
onComplete relates to.
http://prototypejs.org/api/ajax/options

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
I need a car : http://snipurl.com/l4pih
ZOPA : http://uk.zopa.com/member/RQuadling

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to