Hi
do you have an example to override a js function of ajaxcontroltoolkit?
I need to override
Ajaxcontroltoolkit.updatepanelanimationbehavior.prototype._partialupdatebeginrequest
thanks
Comments: Thank´s for the answer I have a web site with a master page, in the masterpage I have a updatepanel and a updatepanelanimationextender. in the updatepanelanimationxtender I use a scriptaction for the elements onupdating and onupdated, basicaly for enabling/dissabling the updatepanel and to show a wait animation. I don´t use a trigger in the updatepanel. in older versions of ajaxcontroltoolkit all the pages based on my masterpage fires the onupdating an onupdated updatepanelanimationxtender ´s event . in the actual version of ajaxcontroltoolkit the event doesn´t fired because in Ajaxcontroltoolkit.updatepanelanimationbehavior.prototype._partialupdatebeginrequest , ask for the triggers in the client controls. that´s why I whant to override the function and eliminate this ask regards
do you have an example to override a js function of ajaxcontroltoolkit?
I need to override
Ajaxcontroltoolkit.updatepanelanimationbehavior.prototype._partialupdatebeginrequest
thanks
Comments: Thank´s for the answer I have a web site with a master page, in the masterpage I have a updatepanel and a updatepanelanimationextender. in the updatepanelanimationxtender I use a scriptaction for the elements onupdating and onupdated, basicaly for enabling/dissabling the updatepanel and to show a wait animation. I don´t use a trigger in the updatepanel. in older versions of ajaxcontroltoolkit all the pages based on my masterpage fires the onupdating an onupdated updatepanelanimationxtender ´s event . in the actual version of ajaxcontroltoolkit the event doesn´t fired because in Ajaxcontroltoolkit.updatepanelanimationbehavior.prototype._partialupdatebeginrequest , ask for the triggers in the client controls. that´s why I whant to override the function and eliminate this ask regards