Wijmo UI for the Web
activePage Method
wijmo.appview Namespace > wijappview type : activePage Method
Returns the current appviewpage.
Syntax
var instance = new wijmo.appview.wijappview();
var value; // Type: JQuery
value = instance.activePage();
function activePage() : JQuery;
Example
var activePage = $("#appview").wijappview("activePage");
alert("The current page is " + activePage.jqmData("title"));
See Also

Reference

wijappview type