on 2005 Apr 28 2:24 PM
Hi guys,
do you if it is possible to add a context menu on an htmlb tree?
regards,
Marc
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);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.