Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there a standard way to get access to interactiveGrid widget's and subwidgets' methods?

Eslam_ElbyalyApr 3 2021

I am using Oracle AEPX 20.2. At the top of the left panel here https://docs.oracle.com/en/database/oracle/application-express/20.1/aexjs/interactiveGrid.html , there are a number of widgets. I assume all of them are sub widgets to the interactiveGrid widget except for treeview widget, am I right? If right or wrong, is there a standard way that get me access to those widgets' methods? I tried apex.region("regionStaticId).call('methodName'); but it seems to give access only to interactiveGrid widget's methods.

Comments
Post Details
Added on Apr 3 2021
3 comments
160 views