Page 1 of 1

Display all images from a raw data collection into carousel item.

Posted: Tue Feb 10, 2015 7:14 pm
by Bassem Arnaout

hi,
can anybody help me in the following.
if I have a collection that each raw holds apartment name and 5 pictures for it; the question is : if I display the names in a list item and when I click any item then how to display All its pictures (5 nos.) in a carousel item in another page. I've been trying manipulating the arrays for a long time, but I failed, kindly any body to support.
Thanks in Advance.


Display all images from a raw data collection into carousel item.

Posted: Wed Feb 11, 2015 2:26 am
by Yurii Orishchuk

Hi Bassem,

Please show us structure of your collection(which is contains these 5 images).

But in the common use - you can:

  1. Put carousel component on the page.

  2. Set carousel component frames count to 5.

  3. Link your images from row response to these 5 frames of the carousel component.

    Regards.


Display all images from a raw data collection into carousel item.

Posted: Fri Feb 13, 2015 11:33 pm
by Bassem Arnaout

Thanks Yurii,

You made my day by giving a hint to set the frames to 5, I thought designing the same in the UI will display them as I designed them, never thought they will be one scrollable display.

Appreciate your support.