DHTMLX Tabbar : How to disable image for tabbar.

Hi,

I m a pro user, I want to disable the image for tab which comes in the background. How to achieve this ?

If you mean “loading” image , for tabs loaded by AJAX, it can be changed only by code modification

dhtmlxtabbar.js, line 1434 (_setContent method )
if (!z._loaded) {
    z.innerHTML="

 Loading…
"; // this line need to be commented