Page 1 of 1

Setting image dynamically from the Media Manager

Posted: Wed Apr 02, 2014 8:41 am
by mikede0495 .

This topic was previously covered a year ago here, see:

https://getsatisfaction.com/apperyio/...

I would like to employ this in my app, but the provided solution seems dated.

Can someone provide an update on how to accomplish this?

(Note: I tried replacing:
Tiggzi("imageComponentName").attr("src", Tiggzi.getImagePath("gallery_image.png") );

using this format:
Apperyio("imageComponentName").attr("src", Appery.getImagePath("gallery_image.png") );

with no success.)

thanks, Mike


Setting image dynamically from the Media Manager

Posted: Wed Apr 02, 2014 9:16 am
by Nikita

Hello,

Please look at this link:
https://getsatisfaction.com/apperyio/...


Setting image dynamically from the Media Manager

Posted: Wed Apr 02, 2014 11:39 am
by mikede0495 .

Thanks, that did it!