FlexSliderFunctions

Last Updated:

Actions for working with Flex Slider objects


[How To Read This Reference]
SetValue
RJ
Action to set the value of the slider according to its SliderValue. Currently, this component function is for Flex Slider only.

FlexSliderFunctions::SetValue
RJ

Action to set the value of the slider according to its SliderValue. Currently, this component function is for Flex Slider only.


Fields: [ ]=Optional with Default Value
  1. SliderValue
    The value of the slider to set.

    The value of the slider to set.

Examples:
  • T, FlexWINDOW, FlexSlider, SetValue, 3.2
    This action sets the value of the slider to 3.2; the slider cursor is moved to its corresponding position.


[How To Read This Reference]