AjaxMgr.refreshOptions({
actionName : 'RefreshCities'
,optionNode : 'NAME'
,valueNode : 'ID'
,targetElement : 'CITY_id'
,staticOptionsQty : 1
,requestParams : {COUNTRY_ID:countryElm.value}
,busyImage : 'BI1'
,callbackFunc : SetInitialValue
,userData : {userdata1:data1}
,errorHandler : MyErrorHandler
})
|