dhtmlxtabbat

Dear support,



I have to questions.



1-) I am using evaluating version of the dhtmlX.

Does dhtmlxtabbat_wins.js not included in the evaluation version?



2-)I want to avhieve following structure in my dhtmlX window:

Window–> Layout–>Tab–>Tabpage(s)–>Layout–>Grid(s)



Is this achievable?



Kind regards,


Hello,


the latest tabbar version doesn’t contain dhtmlxtabbar_wins.js. Try to include dhtmlxcontainer.js instead. To attach some component to the tab you can use cells method and corresponding method for attaching for example attachGrid():





var layout = tabbar.cells(tabId).attachLayout(“3L”);


var grid = layout.cells(cellId).attachGrid();


Thanks for the answer.



It works in FF good but not in IE (v8). In case of IE i receive following error:



Message: Invalid argument.
Line: 8
Char: 13161
Code: 0
URI: localhost/dwp-ajax/codebase/dhtmlxcontainer.js


Hello,


please provide the complete demo to recreate the issue. You can send it to support@dhtmlx.com