imageboard
A list of items with an image in addition to titles and subtitles displayed as columned list which resizes based on form-factor of the device.
Syntax
<div data-juci="imageboard" data-bind="ref: imgs" data-img="img" data-title="title" onlistitemclick="$m.toast('U clicked - '+ event.data.title);"></div>
juci.addDataset("imgs", [
{img: "image1.png", "title":"First item"},
{img: "image2.png", "title":"Second item"}
]);
Attributes
-
data-juci {String} ΒΆA string with value imageboard.