Is it possible to attach Layout to the Tab, if yes could you provide the example.
Read that any dhtmlx component can be attached to the Tab, but am not able to attach it to tab or tabbar.
Thanks.
It is possible. You should included dhtmlxtabbat_wins.js extention and call _cells method for tabbar as follows:
var dhxWins = new dhtmlXWindows();
layout = tabbar._cells(dhxWins,tabId).attachLayout(“3T”);
…
here tabId is id of the tab where layout should be attached. Instead of 3T you can use any other layout view.