facebook

Any help on how to use this PhoneUI function..?!

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #339831 Reply

    Rathinavel
    Member

    Hi Mobione users,

    I want to change page from one Multipage-widget(multiSample) page1 to same Multipage-widget(multiSample) page 2

    How can i do that using this below function:

    phoneui.gotoMultiPagePage = function(widgetId, targetType, pageId, transition)

    Warm Regards,
    Vel.

    #339880 Reply

    Hi Vel,

    Either of this ways should work for you:

    <div onclick=”phoneui.gotoMultiPagePage(‘m1-<designName>-<multipageName>’, ‘SET_PAGE’, ‘m1-multipageTest-page2’, phoneui.transitions.slideLeft);“>Go Page 2</div>

    <a href=”javascript:phoneui.gotoMultiPagePage(‘m1-<designName>-<pageName>’, ‘SET_PAGE’, ‘m1-multipageTest-page2’, phoneui.transitions.slideLeft);“>Go Page 2</a>

    Note that first one is a simple div and second one is an hyperlink, use the one that meets your requirements.
    Let me know how it goes for you.

    #339896 Reply

    Rathinavel
    Member

    Hi Octavio,

    thanks for the telling me this… 🙂

    it worked out 🙂

    Warm Regards,
    Vel.

    #339920 Reply

    Hi Vel,

    Thanks for sharing your success, I’m glad to help. Closing thread.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Any help on how to use this PhoneUI function..?!

You must be logged in to post in the forum log in