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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

Processing

Post Details

Added on Apr 3 2021
3 comments
158 views