In this very basic slideshow example, an instance of the Uize.Widget.SlideShow widget class has been wired up. The widget is initialized with an array of photos by setting its slides set-get property. Each record in the slides array contains a title and image property. The slideshow widget wires up buttons for navigating through the set of slides. Whenever a new slide is selected, the value of the title and image properties of the slide's record are reflected in the UI in the widget's slide_title and slide_image implied nodes, respectively. Additionally, the number of the currently selected slide (1-based, for user friendliness), along with the total number of slides in the set, are reflected in the widget's slideNumber and totalSlides implied nodes, respectively.
Scroll down, as necessary, to get the full effect.