Hide

YetaWF Documentation

Display
Print

YetaWF_DevTests_ScrollerItem Component

YetaWF_DevTests_ScrollerItem (Display)

A sample implementation of a component used with the Scroller component. The component is used as an item in the Scroller component and the model contains the image and text displayed.

Model Type: YetaWF.Modules.DevTests.Controllers.TemplateScrollerModuleController.ScrollerItem

The test sample page is available at Tests > Components > Scroller (standard YetaWF site).

[UIHint("Scroller"), ReadOnly, AdditionalMetadata("Template", "YetaWF_DevTests_ScrollerItem")]
public List<ScrollerItem> Items { get; set; }