initial String

The id of the initial mobile View to display.

Example

<div data-role="splitview">
    <div data-role="pane" data-initial="#bar">

      <div data-role="view" id="foo">
        Foo
      </div>

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

<script>
new kendo.mobile.Application();
</script>
In this article