This is a migrated thread and some comments may be shown as answers.

Typo in Toolbar Example

1 Answer 54 Views
Toolbar
This is a migrated thread and some comments may be shown as answers.
Danny Fritz
Top achievements
Rank 1
Danny Fritz asked on 21 Jul 2014, 02:35 PM
For the toolbar Getting Started guide, the split button example isn't correct:
http://docs.telerik.com/kendo-ui/getting-started/web/toolbar/overview#example---initialization-and-basic-usage
should be items.menuButtons and not items.items.

//split button
{
    type: "splitButton",
    text: "Split Button",
    items: [
        { id: "option1", text: "Option 1" },
        { id: "option2", text: "Option 2" },
        { id: "option3", text: "Option 3" }
    ]
},

1 Answer, 1 is accepted

Sort by
0
Accepted
Alexander Valchev
Telerik team
answered on 22 Jul 2014, 11:06 AM
Hello Danny,

Thank you for the feedback.
I am glad to inform you that the typos are already fixed. As a small sign of our appreciation for bringing this to our attention I have updated your Telerik points.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Toolbar
Asked by
Danny Fritz
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or