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!

How to add Context Menus to Tree-views in Oracle Apex 20.2

Praveen KuppiliDec 14 2020

Hello all,
I was trying to add a context menu using a menu inline dialog popup feature in oracle apex 20.2.
When I run the context menu setting using selector at page initiation. the labels of the tree are getting disturbed
I am executing
$( ".a-TreeView-node" ).treeView( {
contextMenuId: "openmenupop_menu"
} );
after running this on my page I Observe that on right-click my context menu is opening but all my tree-labels were showing as undefined.
question.png

Comments
Post Details
Added on Dec 14 2020
1 comment
976 views