Call Javascript function on ADF
Hi All Experts,
I am having a problem working with javascript on adf.
Actually I have javascript function called makeHighLight() and too many input text fields are there.
And i want to call javascript function as i mentioned above.
I can call js function using a clientListener on my input text field. But I have too many fields.
I don't want to set client listener on each of my text fields. Is there any way to do this.
Please help!