title String

The text to display in the NavBar title (if present) and the browser title.

    <div data-role="view" data-title="foo">
      <div data-role="header">
        <div data-role="navbar">
          span
        </div>
      </div>
     </div>


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