TreePanel dynamic action on checkbox
I'm using APEX 4.1 and have installed the Ext.tree.TreePanel-v2.0.4. I have created a report region using this tree plugin, which displays correctly.
I have also created a dynamic action to run JavaScript code when a checkbox change event occurrs. I currently only display an alert message when the event is triggered.
I cannot get the checkbox change event to trigger the dynamic action (or at least I cannot get the alert message to appear). When I run with Firebug I cannot see any event being fired when the checkbox is checked.
Has anyone got this to work?
I have also created a dynamic action to run JavaScript code when a checkbox change event occurrs. I currently only display an alert message when the event is triggered.
I cannot get the checkbox change event to trigger the dynamic action (or at least I cannot get the alert message to appear). When I run with Firebug I cannot see any event being fired when the checkbox is checked.
Has anyone got this to work?
0