[CLOSED] [1.0] Custom Tip for Multi Slider

  1. #1

    [CLOSED] [1.0] Custom Tip for Multi Slider

    Hi,

    How can I display the values of the multi slider on a custom tip? I need the custom tip to display the left slider and right slider values.

    <ext:Slider runat="server" ID="Slider7" Width="214" Values="10,90">
                <Plugins>
                    <ext:SliderTip runat="server">
                        <GetText Fn="function (slider) {return String.format('<b>{0}  -  {1} </b>', slider.values[0], slider.values[1]);}" />
                    </ext:SliderTip>
                </Plugins>
            </ext:Slider>
    Looking forward to your response. Thanks!
    Last edited by Daniil; Jun 09, 2011 at 6:47 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Here you are.

    Example
    <GetText Handler="return Slider7.thumbs[0].value + ' ' + Slider7.thumbs[1].value;" />
  3. #3
    Hi Daniil,

    Awesome! Thank you for the help!

    Please mark as solved.

Similar Threads

  1. [CLOSED] How to programaticaly set the value of a slider?
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: Jun 11, 2012, 2:33 PM
  2. Slider with DataRange
    By balajichemba in forum 1.x Help
    Replies: 0
    Last Post: May 10, 2011, 1:14 AM
  3. [CLOSED] Menu and Slider
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 15, 2010, 7:01 PM
  4. [CLOSED] [1.0] Slider DataIndex
    By danielg in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Nov 23, 2009, 5:00 AM
  5. [CLOSED] slider example
    By Lex in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 22, 2008, 11:24 AM

Posting Permissions