sowmen choudhury
Posts: 0
Joined: Sat Feb 01, 2014 3:32 pm

Is there a way to change number of screens of Carousel in a page using? I am using database REST to populate the compone

Is there a way to change number of screens of Carousel in a page using? I am using database REST to populate the component. Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Is there a way to change number of screens of Carousel in a page using? I am using database REST to populate the compone

Hello,

Do you mean change dynamically from page?
Please show how you populate data. Post here Service, mapping screen shots.

sowmen choudhury
Posts: 0
Joined: Sat Feb 01, 2014 3:32 pm

Is there a way to change number of screens of Carousel in a page using? I am using database REST to populate the compone

well my current page looks like as you see in my previous screen and what i want is something like this -

Image

My Mapping -- Image

this is working perfect but just that i wanna see more than 1 entry in my screen.

sowmen choudhury
Posts: 0
Joined: Sat Feb 01, 2014 3:32 pm

Is there a way to change number of screens of Carousel in a page using? I am using database REST to populate the compone

Hello Alena,

Thanks for the response. Regarding Carousel component I red the help and really couldn't see any help to get more than one frame with just one REST.

Secondly regarding mapping can you be a little specific to whats the gap you are seeing as it is working as intended and I am getting data pulled from the DB as intended.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Is there a way to change number of screens of Carousel in a page using? I am using database REST to populate the compone

Hi Sowmen,

Currently there is now way to display several items in the one carousel screen.

But you can implement it in following way:

1 add in your carousel item grid component with 1row and 3columns. Duplicate your components on these three collumns.

2 create generic service. IN implementation you need invoke your list service and "group" them by three items in the item.

3 use the service from 2nd step to populate carousel item from 1st step. In one iteration you need to populate 3items - that are grouped in 2nd step.

That's all.

Regards

Return to “Issues”