facebook

INTERCEPT HIDDEN WIDGET (POPULATE DINAMICALLY) …

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #329424 Reply

    softandarts
    Member

    Hi everybody,

    for run javascript code with Screens I have to insert the code in mainpage_custom.js ….

    but I want populate combo, list, ecc dinamicallly (with a SOAP XML CONNECTION … but this is another future post …)

    Example: 3 screen : in last screen I have two combo

    the main page is named intro.mobi

    in the loading first page I write the javascript code for populate the combo:

    ( // aggiunge il primo elemento vuoto
    var o = document.createElement(“OPTION”);
    document.m1_intro.cbComuni.options.add(o);
    o.value = “”;
    o.innerHTML = “Seleziona un COMUNE…”;)

    (m1_intro is the form name ????)

    this is for testing add only manually one element to combo cbComuni …

    but if the screen of combo is hidden div , where is the sintax for pick the name of combo and populate it ???

    Thanks and sorry for my bad english

    Luca

Viewing 1 post (of 1 total)
Reply To: INTERCEPT HIDDEN WIDGET (POPULATE DINAMICALLY) …

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