1 Reply Latest reply on Jan 12, 2010 1:40 PM by ilya_shaikovsky

    inputNumberSlider

    shibani11

      Is there a way to show the tool tip at all times, i.e. after an increase or a decrese i nthe slider? It looks like the tool tip is hidden by default after the user is finished increasing or decreasing.

       

      endDrag: function(event) {

            window.document.onmouseup = this.prevMouseUp;
           window.document.onmousemove = this.prevMouseMove;
           Event.stopObserving(document, "mouseout", this.eventWindowMouseOut, false);
               if (this.options.showToolTip){
                    Element.hide(this.tip);
               }

      etc...