Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Definelife on Dec 02, 2009 03:09
open dhtmlx forum
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,
Answer posted by Alex (support) on Dec 02, 2009 04:44

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();

Answer posted by Definelife on Dec 07, 2009 01:21

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: http://localhost/dwp-ajax/codebase/dhtmlxcontainer.js

Answer posted by Alex (support) on Dec 07, 2009 02:06

Hello, 

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