Assign URL to Image Asset
Posted: Wed Jan 09, 2013 10:07 pm
I do have an image placeholder named "mobileimagePictureURL"
How can I assign a picture URL as an asset to that image with javascript?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I do have an image placeholder named "mobileimagePictureURL"
How can I assign a picture URL as an asset to that image with javascript?
You can use Tiggzi.getImagePath(..) function to get the image URL and set it.
http://docs.tiggzi.com/javascript-api...
code
Tiggzi('image_name').attr('src', 'url_to_image');
/code