Page 1 of 1

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

Posted: Sat Aug 16, 2014 4:18 pm
by sowmen choudhury

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


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

Posted: Sat Aug 16, 2014 9:46 pm
by Alena Prykhodko

Hello,

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


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

Posted: Sun Aug 17, 2014 4:02 am
by sowmen choudhury

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.


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

Posted: Sun Aug 17, 2014 5:02 am
by Alena Prykhodko

Please read more about Carousel component http://devcenter.appery.io/documentat...
Your mapping is not correct, check this doc http://devcenter.appery.io/documentat...


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

Posted: Sun Aug 17, 2014 5:32 am
by sowmen choudhury

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.


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

Posted: Sun Aug 17, 2014 10:57 pm
by Yurii Orishchuk

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