search for: loadcompon

Displaying 1 result from an estimated 1 matches for "loadcompon".

2006 Jun 16
3
onCreate not getting triggered.
I am trying to get a loader to display during ajax requests, but the "onCreate" is not getting triggered. The onComplete does. function loadComponent(section){ values = arguments[1] pars = $H(values).toQueryString() pars = "section="+section+"&"+pars var url = ''/internal/ajax/requests.php''; var ComponentLoader = new Ajax.Updater(''maincontent'', url, { asynchronous:true, o...