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

Contain ActionSheet inside container like in demo

1 Answer 56 Views
ActionSheet
This is a migrated thread and some comments may be shown as answers.
Redeeze
Top achievements
Rank 1
Redeeze asked on 05 Jul 2012, 09:42 PM
In the demo on this page: http://demos.kendoui.com/mobile/actionsheet/index.html
the ActionSheet stays inside the demo container. In my app, the actionsheet takes over the whole browser window. How is that done in the demo?

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 07 Jul 2012, 09:46 AM
Hi Matthew,

The ActionSheet element is added to the Kendo Mobile Application container - that is the element on which the application is initialized - in the demos, this is #mobile-application-container, like this:
window.kendoMobileApplication = new kendo.mobile.Application("#mobile-application-container");

All the best,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ActionSheet
Asked by
Redeeze
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or