Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vishwanath on Feb 18, 2008 01:46
open dhtmlx forum
how to configure dhtmlxTree+ dhtmlxMenu+dhtmlxTab+dhtmlxGrid in my app

Hi All,

I am very much new to this suite.
Actually I required the combination of Tree+Context Menu along with Tabbed menu and grid / content in those tabbed menu(s).

I am working on web application development by integrating couple of frameworks which are of java based. I would like to use these widgets in my application.

Can anyone tell me how to configure the combination of these widgets as a single component...

Waiting for the response..

Answer posted by Support on Feb 18, 2008 08:59
Basically the components is independent

    Tabbars allows to use any content in its tabs, so you can define the grids as content of tabs where it necessary
    Tree and menu can be linked by
        treeObj.enableContextMenu(menuObj);

All components provide wide range of events , which can be used to assign custom reactions on different actions.