Layout, tabbar and windows components in 2.5 professional

Hi all,



I have some problems and some questions about DHTML components.



(Dhtmlx suite 2.5 professional, IE 8.0, FF 3.5, FF 2.0)



1) In the tabbar component:

In some cases, I want to hide all tabs together with the bar including the tabs, but at the same time to be able to manage it with javascript commands like goToNextTab, goToPrevTab.



HideTab method just hides the tabs, but the tab bar is still visible (as an empty bar). Maybe a new method (probably named hideRow) is necessary.





2) In the layout component:

The Headers can be hided after the component is created with hideHeader method, but when operating the Header flashes, then disappears. This causes an improper view.





3) The skinParams values are not correct for the skin �dhx_skyblue� in Windows component.





4) I cannot put a layout in a table in the page because of the value �position: absolute� at the style �div.dhxcont_global_layout_area� in dhtmlxlayout.css. It is always located at 0,0 position.



Best regards



Ercument Usta


Hello,


>> In some cases, I want to hide all tabs together with the bar including the tabs, but at the same time to be able to manage it with javascript commands like goToNextTab, goToPrevTab.


Unfortunately, it isn’t possible.


>> The Headers can be hided after the component is created with hideHeader method, but when operating the Header flashes, then disappears.


The issue wasn’t reproduced locally. Please provide any sample to recreate it (the sample can be sent to support@dhtmlx.com)


>> The skinParams values are not correct for the skin �dhx_skyblue� in Windows component.


Could you please provide more details - what is incorrect ?


>> I cannot put a layout in a table in the page because of the value �position: absolute� at the style �div.dhxcont_global_layout_area� in dhtmlxlayout.css. It is always located at 0,0 position.


You can try to set position relative for the layout container:




The issue wasn’t reproduced locally. Please provide any sample to recreate it (the sample can be sent to support@dhtmlx.com)

This situation is appearing only when IE popups a new window with;

var url = ‘layout.html?_rand=’+ (new Date()).getTime();
var win = window.open(url,"_blank", …

(“dhtmlxwindows.js” javascript file must be included in layout.html)

While preparing the page, headers are still visible, then disappears because “hideHeader” is used. I just want to prepare layouts without headers with a parameter.

To examine it, you can use two html files attached below.

layout_test.html

layout test

layout.html

layout test

The problem wasn’t reproduced locally. I’ve attached the sample
sample.zip (65.8 KB)