cancel
Showing results for 
Search instead for 
Did you mean: 

htmlB tree context menu

Former Member
0 Kudos

Hi guys,

do you if it is possible to add a context menu on an htmlb tree?

regards,

Marc

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marc,

You can use the hover menu which works as a context menu.

The below code is just a sample.

TreeNode name1 = new TreeNode(strid, strtext, name);

//you to have build the hovermenu

HoverMenu menu = new HoverMenu("test");

name1.setHoverMenu(menu);