See this example on how to react on tab change in APEX 5. The problem is to determine the right selector to trigger the corresponding dynamic action. Thanks Christian Rokitta for your help.
The other way is to use undocumented (yet) "rdsregionchange" event handler if your Apex version is 5.0.2 or higher. The advantage of this way is "native" region selection support, even when regions are selected by keyboard.
1 comment:
The other way is to use undocumented (yet) "rdsregionchange" event handler if your Apex version is 5.0.2 or higher. The advantage of this way is "native" region selection support, even when regions are selected by keyboard.
Post a Comment