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

Error in documentation for template

1 Answer 51 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Bridge24
Top achievements
Rank 1
Iron
Bridge24 asked on 27 Nov 2015, 04:49 PM

We lost a lot of time trying to use the notification widget by following that code sample: 
http://docs.telerik.com/kendo-ui/api/javascript/ui/notification#methods-show

But it's not working.
That configuration:  
{templates: { myAlert: "<div>System alert: #= myMessage #</div>"}}

should be: 
{templates: [
   { type: "myAlert", template: "<div>System alert: #= myMessage #</div>"}
]
}

The "open in dojo" link should display something like that: 
http://dojo.telerik.com/ufumo

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 01 Dec 2015, 06:03 AM
Hello,

Thank you for your concern with Kendo documentation. We will do our best to fix the documentation error as soon as possible.

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