Hello,
I am beta testing my app and they told me that they didn't realize there was a menu.
So i would like to partially open it and the hide it very quickly so that the notice their positions.
Is there a way to do it with the drawers methods ?
Many Thanks
I am beta testing my app and they told me that they didn't realize there was a menu.
So i would like to partially open it and the hide it very quickly so that the notice their positions.
Is there a way to do it with the drawers methods ?
Many Thanks
7 Answers, 1 is accepted
0
Hello Yohann,
There is not built-in way to achieve this, however here is a solution that uses two setTimeout() functions (needed because of the asynchronous nature of the widget), that achieve exactly his. Of course you can modify the timeout setting:
http://trykendoui.telerik.com/@Kiril/ogah
Regards,
Kiril Nikolov
Telerik
There is not built-in way to achieve this, however here is a solution that uses two setTimeout() functions (needed because of the asynchronous nature of the widget), that achieve exactly his. Of course you can modify the timeout setting:
http://trykendoui.telerik.com/@Kiril/ogah
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Yohann
Top achievements
Rank 1
answered on 24 Apr 2014, 05:38 PM
Thank you very much and sorry for my very bad english this time. It seems i was very tired the other day :)
0

Yohann
Top achievements
Rank 1
answered on 24 Apr 2014, 05:59 PM
Is there a way not to show the menu entirely before closing it ?
0
Hi Yohann,
You can increase the timeout in order to show the drawer for some longer period, like this:
http://trykendoui.telerik.com/@Kiril/ogah/2
Regards,
Kiril Nikolov
Telerik
You can increase the timeout in order to show the drawer for some longer period, like this:
http://trykendoui.telerik.com/@Kiril/ogah/2
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Naresh
Top achievements
Rank 1
answered on 07 May 2014, 04:50 AM
hello Nikolov,
I tried your solution but it doesn't work. it throws an error on this line - $("#my-drawer").data("kendoMobileDrawer").show();
the error is :
Uncaught TypeError: Cannot read property 'scroller' of undefined
I even tried copying your entire code from your working example from this link - http://trykendoui.telerik.com/@Kiril/ogah but unfortunately it's throwing the same error.
I tried your solution but it doesn't work. it throws an error on this line - $("#my-drawer").data("kendoMobileDrawer").show();
the error is :
Uncaught TypeError: Cannot read property 'scroller' of undefined
I even tried copying your entire code from your working example from this link - http://trykendoui.telerik.com/@Kiril/ogah but unfortunately it's throwing the same error.
0

Naresh
Top achievements
Rank 1
answered on 07 May 2014, 05:42 AM
Sorry Nikolov, your code works absolutely fine and thanks for your code.
0
Hello Naresh,
Glad it helped!
Regards,
Kiril Nikolov
Telerik
Glad it helped!
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!