This is a migrated thread and some comments may be shown as answers.

Backbutton action via Javascript

1 Answer 380 Views
Button (Mobile)
This is a migrated thread and some comments may be shown as answers.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 05 Sep 2012, 08:46 AM
Hi,

How to fire backbutton action with javascript on my own button (ie <a>back</a>).

Thanks,
Martin

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 10 Sep 2012, 11:16 AM
Hello Martin,

To navigate backwards with JavaScript code you can use the navigate method with the following syntax:
var app = new kendo.mobile.Application();
app.navigate("#:back");


Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Button (Mobile)
Asked by
OfficeHeart
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or