Lesson Two JavaScript, JavaScript Methods

Published: 17 July 2022
on channel: Najeeb Khan
162
5

how to use Methods in oracle apex?
how to call apex JavaScript Methods?

function add(a,b){
return parseInt(a)+parseInt(b);
}
function minus(a,b){
return parseInt(a)-parseInt(b);
}
function multi(a,b){
return parseInt(a)*parseInt(b);
}
function div(a,b){
return parseInt(a)/parseInt(b);
}



calling function on change of Dynamic action
var a;
a= add(apex.item("P5_VALUE1").getValue(),apex.item("P5_VALUE2").getValue());


On this page of the site you can watch the video online Lesson Two JavaScript, JavaScript Methods with a duration of hours minute second in good quality, which was uploaded by the user Najeeb Khan 17 July 2022, share the link with friends and acquaintances, this video has already been watched 162 times on youtube and it was liked by 5 viewers. Enjoy your viewing!