dthmlx scheduler: customized view and multiple resources co

I can get the customization and mutiple resources to work independently. When I combine them, I fail to get the individual resources link in the upper left.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>



    

    



    

    





    



    html, body{

        margin:0px;

        padding:0px;

        height:100%;

        overflow:hidden;

    }    











    



        


            
 


            
 


            


            


            


            


            






            




        


        


        


        


        
        

    



There are following issues in your code:


1) both unit_tab and workweek_tab have teh same right offset:






try to use






2) the code is called after scheduler.load(“php/ir_events.php?uid=”+scheduler.uid()); and before mut be placed into onTemplatesReady event handler. And this handler should be set before init command. Please, see the sample dhtmlxScheduler/samples/sample_workweek.html