Hello,
You can find how to work with component here http://devcenter.appery.io/documentat...
Code below allows to set and get localStorage variables value:
prelocalStorage.getItem('name');
localStorage.setItem('name', 'value');/pre
Hello,
You can find how to work with component here http://devcenter.appery.io/documentat...
Code below allows to set and get localStorage variables value:
prelocalStorage.getItem('name');
localStorage.setItem('name', 'value');/pre
Suppose I have an array of 10 name stored in lsv, how do i get these values to show it in the select component using javascript?
Hi Abhijeet,
At first you should set your LSV as storage.
Open "Storage and models".
Add new model with type "Array". http://prntscr.com/4uey7v/direct
Add storage with type model from 2nd step. http://prntscr.com/4ueyq8/direct
Then you can add any event handler with action Mapping. And link this storage to your select component(populate select with data from this storage).
Regards.