Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Jul 01, 2008 23:39
open dhtmlx forum
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' />&nbsp;Loading...</div>"; // this line need to be commented