Skip to Main Content

DevOps, CI/CD and Automation

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!

Looking for a generic Tree component

Able Johnson-OracleApr 6 2016 — edited Apr 7 2016

Hi ,

I am new to oracle JET.I was looking for a tree component for my application with the following features

1,User should be able to specify a div as a tree node.This is the ultimate requirement if this is not possible user should be able to do the below ,because all below points can be easily implemented if I could specify a div as a tree node

2.User should be able to use Font awesome icons(Font awesome icons are not images user should be able specify the icon class).

3,User should be able to specify tooltip (Tooltip can be a div)

4,User should be able to Expand&Collapse

5,User should be able to specify style class

6,User should be able to specify hover class

7,It should be compactable with oj-popup

My question is

1, Is there any existing tree components with these features? I saw oj-tree but I am not sure if I can use font-awesome icons, specify the class or set div as node

2, If there is no component with these capabilities any ideas or suggestions how to write a new tree component?

This post has been answered by Hugh Zhang-Oracle on Apr 6 2016
Jump to Answer

Comments

807591
does the program not print "executing cmd" ?
ok, first, what do you think should happen, and second, what is happening really?

you arent doing anything with the input and output streams of your program.. so i dont know what you expect
807591
I should have been thinking about it a little bit longer. After I added a
waitFor()
and redirected the output as it is described in the article I posted the link to, everything worked as it should.
1 - 2

Post Details

Added on Apr 6 2016
3 comments
335 views