Positioning a toolbar

Hi,

I am trying to attach a toolbar to one of the tabs in a tabbar by using something like this

tabbar.cells(reportId).attachToolbar();

where reportId is the tabId.

However I would want to use a div to position the toolbar at the bottom of the page which I am only able to do with a constructor.

new dhtmlXToolbarObject(“locator”);

How can I achieve both attaching and positioning of a toolbar within a tabbar.

Cheers
Arjun

Any ideas ?

Hi,

You may try to place toolbar in a cell status bar. However, you will have to redefine several css classes.

Here is the solution:

docs.dhtmlx.com/doku.php?id=dhtm … _to_status

Hi Alexandra,

Thanks for the info. However I have certain time constraints and this looks like a lengthy solution. Is there any way I can get hold of the div that constructs this toolbar and set the style for it or something similar to that ?

Please do advise.

Many Thanks
Arjun