Displaying 1 result from an estimated 1 matches for "loadcomponent".
Did you mean:
load_components
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,
onCr...