type String
(default: auto)
By default, the actionsheet opens as a full screen dialog on a phone device or as a popover if a tablet is detected. Setting the type to "phone"
or "tablet"
will force the looks of the widget regardless of the device.
<div data-role="view">
Open
<ul id="actionsheet" data-role="actionsheet" data-type="tablet">
<li>Foo</li>
<li>Bar</li>
</ul>
</div>
<script>
var app = new kendo.mobile.Application();
</script>