Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3184

Call to UI5 code diffrent

$
0
0

HI,

 

im having the following code and I want to call it different way but to do the exact same functionality

 

Path.addEventDelegate({
onAfterRendering: $.proxy(oController.onAfterPathField, oController)
},
Path);


I want also to add additionl code inside to debug it, I think that with function is the way but the following code is a bit confusing...


(oController.onAfterPathField, oController)


Thanks,

Stephane


Viewing all articles
Browse latest Browse all 3184

Trending Articles