Skip to content

RefillLabels - cWebSlider

Call this to trigger a custom refill of the slider labels

Type: Procedure

Syntax

Procedure RefillLabels

Call Example

Send RefillLabels

Description

RefillLabels is used to set the labels of a slider. It triggers the OnFillLabels event, which is what you would use to actually define the labels, and then creates a client action, which will display these new labels. Normally this is called as part of object initialization, but it can be used to change the slider labels dynamically during a server request.