title String

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

Example

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

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