Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 10:58
open dhtmlx forum
what i looking for is a solution to create a tree like a website tree menu, where i can via right click&n...

what i looking for is a solution to create a tree like a website tree menu, where i can via right click  context menu doing some things like delete... and  on the right site from the tree a tabbar where i have two, tree ... tabs , when i click on a tree item i have than in each tab a different form with some infos about this item what i can edit and save.

do you think, this is possible?
Answer posted on Mar 07, 2007 10:58

It is possible:

1) You can enable context menu for tree, and use tree.setContextMenuHandler wich set function called after a button of a context menu clicked. This function gets id of clicked item in menu and related item in tree - so any kind of action can be executed.

2) The tree has onclick event which can be used for triggering any kinds of event. The tree package includes PHP sample, where onClik item details requested from DB and shown in related form with possibiliti to edit and save.
Answer posted by Andrei (Support) on Dec 09, 2014 18:22

To find more precise comments upon this issue, we can offer you read about open source javascript framework and free javascript calendars.