Taskbar

Hy guys, I want to develop a web desktop application using dhtmlx, but, has a plugin that would exists like a taskbar, where I can attach a icon for the new window opened, and with a scroolbar to navigate between opened tasks when the number of tasks will be greater than task bar area.

excuse my bad english.

like this

actually my desktop uses extjs and my modules are all usind dhtmlx.

There is no exactly the same component, but you can

a) use toolbar and add buttons for each window ( they can be dynamically added | removed )
or
b) you can use tabbar with tabbar.enableContentZone(false) - in such case tabbar will render only tab panel , without content area.

Hi, I’m using toolbar actually, but it does not have a scrollbar to alternate between opened tasks.

I’ll try use tabbar like you said.

Thanks.

When I try attach a tabbar on layout cell that already have a grid attached, the new tabbar does not appear. Remember, I need use it like a task bar, my grid can not be inside tab area content.