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!

Apex 18.1 - Functionality of the "Fancy Tree" plugin with the new treeView widget.

tironeAug 17 2018 — edited Aug 30 2018

As noted in the discussion : https://community.oracle.com/message/14631984 , the "Fancy Tree" plugin does not work in Apex 18.1.

I need some of the features that were available in this plugin; so I tried to implement some of them using the new tree widget and different suggestions found in this community :

https://community.oracle.com/thread/4155021

https://community.oracle.com/thread/4164665

but unfortunately my lack of knowledge of JS / JQuery did not allow me to get what I wanted .

So I'm here to ask if anyone knows a solution (another plugin running in apex 18.1 or JS / JQuery scripts that help me implement these features).
Every help will be greatly appreciated.

Thanks in advance
saverio

My requirements are:

  • A tree region with checkbox and multiple selection (easy with the new treeView widget.)
  • The possibility to select only the leaf nodes (just  setup with the Fancy Tree plugin)
  • When I select a leaf node I would like to have selected all the ancestor nodes without duplicate IDs in the selection target page item
  • When I deselect a leaf node all ancestor nodes should be deselected but only if they do not have other leaf nodes.
  • When the page is loaded all the nodes in the selection destination page item (read from DB) must be selected (Checked)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2018
Added on Aug 17 2018
4 comments
1,486 views