dataSource.attributesObject

Defines custom attributes to be applied to the tab element.

Example

pseudo
    <div id="tabstrip"></div>
    <script>
        $("#tabstrip").kendoTabStrip({
            dataTextField: "text",
            dataContentField: "content",
            dataSource: [
              {
                text: "Tab 1",
                content: "Tab 1 content",
                attributes: { "data-custom": "value", "title": "Tab 1 tooltip" }
              },
              { text: "Tab 2", content: "Tab 2 content" }
            ]
        });
    </script>
In this article
dataSource.attributes
Not finding the help you need?
Contact Support