You want to run your own functions for onRequest and onSuccess?
new Request.HTML({
onRequest: myFn
onSuccess: myFn2
});
or do you want something else?
On Wed, Jan 5, 2011 at 7:36 PM, Kevin Sheurs <[email protected]> wrote:
> ive used class.refactor for this purpose.
>
> http://mootools.net/docs/more/Class/Class.Refactor
>
>
> On Wed, Jan 5, 2011 at 1:33 PM, KevinA <[email protected]> wrote:
>
>> Hello,
>> I want to extend the Request.HTML class so that I can run my own
>> functions when the onRequest and onSuccess events fire (in the
>> Request.HTML class)
>>
>> Any examples of a way of doing this? Thanks!
>
>
>