Page 1 of 1

set selectmenu to load alphabetically

Posted: Wed Jan 16, 2013 5:09 pm
by Michael4771079

Hi,
how do I get a selectmenu to load alphabetically?


set selectmenu to load alphabetically

Posted: Wed Jan 16, 2013 5:23 pm
by Kateryna Grynko

Hello,
The list returned from the service should be sorted in the order you need.


set selectmenu to load alphabetically

Posted: Wed Jan 16, 2013 5:31 pm
by Michael4771079

the list returned from localstorage is in the order the array items are created, I would like them to load aplhabetically


set selectmenu to load alphabetically

Posted: Wed Jan 16, 2013 5:35 pm
by Kateryna Grynko

As you load the values, they would need to be sort programatically.


set selectmenu to load alphabetically

Posted: Wed Jan 16, 2013 6:11 pm
by Michael4771079

Thanks Katya,
can this be done with js on click the save button


set selectmenu to load alphabetically

Posted: Wed Jan 16, 2013 6:19 pm
by Kateryna Grynko

Yes, you can sort an array while saving in localStorage.