Page 1 of 1
add a clickable external image
Posted: Tue Sep 11, 2012 4:21 am
by John4930205
How can I add an external image that's clickable? Basically add this code in one of my screens...
a href="http://www.example.com" target="_blank"
http://www.example.com/images/example.jpg" rel="nofollow"http://www.example.com/images/example.../a"
/a
Sorry, I took out the brackets < because it wasn't showing...
add a clickable external image
Posted: Tue Sep 11, 2012 8:15 am
by Maryna Brodina
Hello! Try to add on Image component "Click" event and "Navigate to Link" action.
add a clickable external image
Posted: Wed Sep 12, 2012 6:12 am
by John4930205
If you use the Image component, you can't use external image, correct? I want to use an external image coming from my server: mysite.com/img.jpg that is clickable.
add a clickable external image
Posted: Wed Sep 12, 2012 9:57 am
by Maryna Brodina
You can create a REST service and map responce parameter to image.
add a clickable external image
Posted: Wed Sep 12, 2012 6:22 pm
by maxkatz
Just to add to what Marina said, you can also use Panel component and enter any HTML code there.
add a clickable external image
Posted: Fri Sep 14, 2012 8:44 am
by John4930205