Edit by support-octavio: duplicated thread, see the answer here: http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=3130
Hello,
I am using mobi-one currently in a project for work and wish to have a sereis of check lists on different screens that when interacted with output to a further summary screen. Much like a shopping basket on a retail website. I have tried using java commands on a multiple select checklist but only saw my first line of java a few days ago so am having alot of difficulty. Any advice you could give me would be much appreciated particularly regarding the java layout for exporting inputs to outputs accross screens.
Here is an example of a piece of code i’m using that doesn’t work: $(‘select[name=”m1-accessories_home-list1″] :selected’).each(
function(i, selected){$(‘#m1-Contract_Summary-text2’).text($(selected).text());
}
)
Sorry if this problem is already addressed in the how-to section but I couldn’t find anything.
Thanks.