<kendo:scrollView-messages>

Defines the messages that are set as aria-lables for the previous and next buttons.

Example

<kendo:scrollView>
    <kendo:scrollView-messages></kendo:scrollView-messages>
</kendo:scrollView>

Configuration Attributes

nextButtonLabel java.lang.String

Defines the aria-label for the next button.

Example

<kendo:scrollView-messages nextButtonLabel="nextButtonLabel">
</kendo:scrollView-messages>

pagerLabel java.lang.String

Defines the aria-label for the pager.

Example

<kendo:scrollView-messages pagerLabel="pagerLabel">
</kendo:scrollView-messages>

previousButtonLabel java.lang.String

Defines the aria-label for the previous button.

Example

<kendo:scrollView-messages previousButtonLabel="previousButtonLabel">
</kendo:scrollView-messages>
In this article
Not finding the help you need?