templateDetails

defines the template for the details section of Timeline

string|function templateDetails;

Example

webix.ui({
    view:"timeline",
    type:{
        templateDetails:"See details: #details#",
    },
    data:time_data
});

Related samples

See also
  • Articles
  • Back to top