facebook

Combobox Selection Also Not Working Under Mobione 2.0

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Unknown Author
    Participant

    More javascript that worked under 1.5, but not 2.0:

    var n = $(‘select[name=”combobox1″]’).val();
    $(‘#m1-PageName-TextAreaName’).text(n);

    All I need to do is grab the value of the selected combobox element and throw it into a text field. It’s an acronym look-up function.

    -1TC

    #327669

    Unknown Author
    Participant

    Now, I’m getting the error:

    ReferenceError: Can’t find variable: actionId phoneui.js:1295

    #327809

    @1thinchip,

    I just tried this on 2.0.2 and it works fine.

    #327811

    Unknown Author
    Participant

    Yeah, that was my mistake. It was just that no JavaScript functions at all were being called from the on-change event. See my other post on this issue.

    Now if someone would make the custom list example work again, I’d be a very happy user 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Combobox Selection Also Not Working Under Mobione 2.0

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