globalVariable

Get Arraylist .value on javascript expression constant

Hey friends, im working with some JS library on my process and it works, for use my .js I added a HTML widget and wrote the javascript code.

The javascript code is on a constant expression, but it needs an arrayList to run, when I use a static arraylist like this, is working ok :

var numbers=[50,14,7,8];

but now i need to get that numbers of my Global process variable (ArrayList), i added some listWiget to try this:

document.getElementById("ListWidget").value ;

Notifications