What styles can I use for my own (html) content in a tab?

Hi,

I would like to be able to use styles in my (html) content within tabs in a tabbar that are aesthetically consistent with the tab skin selected (dhx_skyblue).

What class can I use for my text?
eg.
This text is part of the content generated on the server for this tab

What should “xxxx” be?

I am not thoroghly familiar with all css possibilities - I would just like an easy way to produce text that is in line with the rest of the look.

Any comments will be appreciated.

Thanks

Colin Goldberg

Hi,

there could be a div with following properties:
overflow:hidden;
height:20px;
position:relative

tabbar.addTab(“a1”,“

Tab label
”,“100px”);

I was thinking more about the font attributes.

For example, if I wanted to use the same font, font size, etc that was used in the tab label, what would I refer to? (ie. what class, etc.)

Thanks

Colin Goldberg

You may use setCustomStyle method:

dhtmlx.com/docs/products/dht … tyles.html