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)