error in schedule tab

I use a timeline schedule.

It is no action in the following code :


  scheduler.locale.labels.timeline_tab = "Timeline";

I ask this reason ?

Hello,

Please provide your full initialization code or event better - link to a page.
Where do you check changes? This line should set name of the tab.

Kind regards,
Ilya

Ilya,

The below is to set a tab in schedule.


<div class="dhx_cal_tab" name="timeline_tab" style="right:280px;"></div>

The below is to set the name to tab in schedule.


 scheduler.locale.labels.timeline_tab = "Timeline";

I think the above two code also no action.

I may provide more code about the schedule programme if you need.

Thanks for your help !

Best Regards !

Ivan

Hello,

Please compare your code with /dhtmlxScheduler/samples/06_timeline/02_lines.html

Kind regards,
Ilya