BackButton

The mobile BackButton widget navigates to the previously visited mobile View when pressed. A view can be explicitly set using the href attribute.

Initialize Kendo mobile BackButton based on role data attribute

<a data-role="backbutton">Foo</a>

Initialize Kendo mobile BackButton using jQuery plugin syntax

var button = $("#button").kendoMobileBackButton();