TimeLine and Joomla component

Hi

I have loaded the joomla component of DhtmlxScheduler and it is great !
But I would like to include the TimeLine’s view in the Joom_component.
Is it possible ? and if so, how to proceed?

Thank you for any suggestion.

Unfortunately there is no way to configure timeline view in current version of plugin. ( it requires pretty complicated admin part, probably will be added to the next version )

Thank you for your answer.
I am waiting for the next version.

Is this available yet?

The last plugin version implements timeline support.
To turn on timline you have to visit “Custom fields” tab in admin panel and create custom field with type “select”.
Then you may select timeline type.

When we select this, all fields go blank? We would like the timeline view in the Joomla plugin as well, also tried to replace the template code with:

  scheduler.templates.event_bar_text=function(start, end, event){
     if(event.work_desc)
        return "<b>"+scheduler.getLabel("work_desc", event.work_desc)+"</b>"+
              "<br>"+(event.text_desc?("<b>Notes:</b> "+event.text_desc):"");

     return "New Event";

Sorry, what does it mean?
Could you provide or describe more in details?

Please, make sure that you’re using this template which you’d like:
scheduler.templates.event_bar_text - defines text for event bars in month view.

Here is the whole list of templates:
docs.dhtmlx.com/doku.php?id=dhtm … _templates

If still doesn’t work - could you provide link to scheduler?