I am using Mendix Studio Pro version 11.1.0 and want to implement the Carousel widget.I have installed the widget from the Marketplace, but I am not sure how to configure it. Specifically, I would like to know: How to bind dynamic images to the carousel. How to use static images inside the carousel. If there are any limitations or known issues with Carousel in version 11.1.0.
asked
Madhan Kumar
1 answers
0
Dynamic images → Set data source to an entity with System.Image → put an Image widget inside the carousel and bind it.
Static images → Choose Static Data Source → add images manually → (optional) set on-click actions.