Categories | Question details Back To List | ||
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 ? Answer posted by Support on Jul 02, 2008 02:47 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="<div class='dhx_ajax_loader'><img src='"+this._imgPath+"loading.gif' /> Loading...</div>"; // this line need to be commented |