Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ercument Usta on Dec 03, 2009 04:17
open dhtmlx forum
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
Answer posted by Alex (support) on Dec 03, 2009 05:46

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:

<div id="parentId" style="position: relative; width: 100%; height: 100%;"> ..