Belisario Retto Abreu
Posts: 0
Joined: Mon Mar 04, 2013 12:00 am

Join 3 parts of image URL on mapping

I have this JSON:

"icon":{ "prefix":"https:\/\/foursquare.com\/img\/categories\/building\/gym_",
"sizes":[
32,
44,
64,
88,
256
],
"name":".png"
},

The image URL is formed with prefix+size+name. I will use always size = 88. How can I mapping this 3 JSON fields to a image field?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Join 3 parts of image URL on mapping

Save the values into local storage. There is no simple way right now to map three parameters to one page element.

Belisario Retto Abreu
Posts: 0
Joined: Mon Mar 04, 2013 12:00 am

Join 3 parts of image URL on mapping

How and where I save it. Can you help me with a sample?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Join 3 parts of image URL on mapping

Hello,

You can try our tutorials.
Find an example in "Using local storage API directly (optional)" section:
http://docs.tiggzi.com/tutorials/buil...

Return to “Issues”