I'm trying to get all content values of a custom list into a variable in a array, but i use the method getlist(), and i recive the values the picture 1
var a = id_diasinabiles.getList();
alert(a);
I need is to get only the valuesof the list and pass it to a variable rate under such
var a = ['2014,00,01' '2014,01,03' ....];
Could anyone help me here please?
Regards
Marcos
{"list":[{"value":"__##prompt##__","label":"Select an item"},{"value":"EUR","label":"EUR"},{"value":"USD","label":"USD"},{"value":"GBP","label":"GBP"}],"valueField":"value","labelField":"label","listField":"list"} |