From 282c22f125be629448a89ac850737e41297208ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Wed, 22 Apr 2015 15:35:41 +0200 Subject: [PATCH] Slider: Document new handleIndex property on all 4 events Ref #7630 Closes gh-265 --- entries/slider.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/entries/slider.xml b/entries/slider.xml index fe2e2dc9..3a2038d7 100644 --- a/entries/slider.xml +++ b/entries/slider.xml @@ -88,6 +88,9 @@ The jQuery object representing the handle being moved. + + The numeric index of the handle being moved. + The current value of the slider. @@ -100,6 +103,9 @@ The jQuery object representing the handle being moved. + + The numeric index of the handle being moved. + The value that the handle will move to if the event is not canceled. @@ -115,6 +121,9 @@ The jQuery object representing the handle that was changed. + + The numeric index of the handle that was moved. + The current value of the slider. @@ -127,6 +136,9 @@ The jQuery object representing the handle that was moved. + + The numeric index of the handle that was moved. + The current value of the slider.