Crestron Components Lib - Showcase App

ch5-slider: toolTipShowType

ch5-slider toolTipShowType

Default "off".  Option to display a tooltip above (horizontal), right(vertical) of the handle.  Valid values are 

  • "off" not displayed
  • "on" always displayed
  • "auto" displayed while user interact with the slider

toolTipShowType on

toolTipShowType auto

<p>toolTipShowType on</p>

<ch5-slider 
    toolTipShowType="on"
    >
</ch5-slider>

<p>toolTipShowType auto</p>

<ch5-slider 
    toolTipShowType="auto"
    >
</ch5-slider>