initial String

The id of the initial mobile View to display.

Example

<div data-role="view"><a data-role="button">Foo</a></div>

<div data-role="view" id="bar"><a data-role="button">Bar</a></div>

<script>
new kendo.mobile.Application($(document.body), { initial: "#bar" });
</script>
In this article