Hi, the documentation does not give the API for the Image Control. I need to assign a picture that I have stored in a local variable "photo_buffer" to myImageControl. I would imagine it is something like
Appery('myImageContol').setAsset(localStorage.getItem('photo_buffer'));
But, I am only guessing... what is the way to do this?
Thanks!