Yang Mega
Posts: 0
Joined: Sun Aug 31, 2014 6:08 am

Link pages of App

I am from Taiwan, First time to develop our enterprise APP and Very Frustrate to find the Linked Pages, I try to check our the navbar component, and add the more properties = href and value "UserData", not working, why??

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

Link pages of App

Hello!

Please note that "UserData" is not valid link.
Please specify where do you want to move by clicking on navbaritem? If you want to move to another page, use the action "navigate to page".

Yang Mega
Posts: 0
Joined: Sun Aug 31, 2014 6:08 am

Link pages of App

In general we use two methods to switch to another page, But it is not easy to work out on Appery.io ?????

Do you have any Video on Youtube or Document ??

----------------------------------------------------

HTML code

Code: Select all

   ul 
     li 
       a class="ui-btn-active ui-state-persist" rel="nofollow"1/a 

or Javascrip code

$(document).one("pageshow", "#MakerOrder", function () {
var $ele = $("#gk-830AsqU"),
url = $ele.attr("loadURL");
if (url) {
$ele.gk("load", url);
}
/li/ul

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

Link pages of App

Hello!

Please take a look here:
http://devcenter.appery.io/documentat...
You can also switch the page using this code:
Apperyio.navigateTo ("pageName");

Yang Mega
Posts: 0
Joined: Sun Aug 31, 2014 6:08 am

Link pages of App

Thanks , I might need to study document carefully!

Return to “Issues”