kendo.mobile.ui.NavBar
Edit this docRepresents the Kendo UI Mobile NavBar widget. Inherits from kendo.mobile.ui.Widget.
No results. Try clearing the filter.
Prepares the NavBar for safe removal from DOM. Detaches all event handlers and removes jQuery.data attributes to avoid memory leaks. Calls destroy method of any child Kendo widgets.
Important: This method does not remove the NavBar element from DOM.
Example
var navBar = $("#navBar").data("kendoMobileNavBar");
// detach events
navBar.destroy();
Update the title element text. The title element is specified by setting the role data attribute to view-title.
Example
<div data-role="navbar" id="foo">
<span data-role="view-title"></span>
</div>
<script>
$("#foo").data("kendoMobileNavBar").title("Foo");
</script>
Parameters
- value
String The text of title