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

Demo not working for toggleButton property

1 Answer 77 Views
ResponsivePanel
This is a migrated thread and some comments may be shown as answers.
Matjaz
Top achievements
Rank 1
Matjaz asked on 14 Apr 2015, 10:06 AM

Your demo is not working. The configuration must be:

$("#navigation").kendoResponsivePanel({
        orientation: "top",
        toggleButton: ".toggle-button"
    });

not:

$("#navigation").kendoResponsivePanel({
        orientation: "top",
        toggleButton: "toggle-button"
    });

You are missing dot (.).

1 Answer, 1 is accepted

Sort by
0
Atanas Georgiev
Telerik team
answered on 16 Apr 2015, 06:29 AM
Hello Madjaz,

Thank you for pointing this out. We have added the dot for kendo.ui.ResponsivePanel -> toggleButton. The change will be visible online shortly.  

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