Hello Experts,
I am using Jdeveloper 12.1.3.0.
I have to implement a javascript code on "status indicator" component. Below is the code snippet that I am writing but is not working:
For javascript code:
<af:resource type="javascript">
function triggerAlert(event) {
alert("In triggerAlert ");
}
</af:resource>
In status Indicator Section:
<af:statusIndicator id="si1">
<af:clientListener method="triggerAlert" type="propertyChange"/>
</af:statusIndicator>
But if I keep the type as "click" and then click on the statusIndicator, then the alert is getting displayed.
Kindly can you please suggest how to achieve the same on propertyChange of statusIndicator from suppose say Idle to Busy state
Regards,
Abhik