facebook

Jump from Combobox to another Screen: CLOSED

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

    Morgan1984
    Member

    Hi , can u guys help me with that combobox widget.:)

    I want that if i choose any value from comboxbox i jump to that screen , eg value 1 to screen , value 2 to screen 2 and so on . Can u help me pls ?

    #343985 Reply

    Muhammad
    Member

    You can use this simple javascript on your combobox.

    var screen_name_val = $('select[name="combobox_name"]').val()
    phoneui.gotoPage('#m1-' + screen_name_val,phoneui.transitions.slideLeft );

    combobox_name is your combobox name
    make sure that you add your screen already on Additional Project Files form.

    #343996 Reply

    paulD
    Member
    #344001 Reply

    Morgan1984
    Member

    Hi Guys, need 2 thank u very much. Works fine for me. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Jump from Combobox to another Screen: CLOSED

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