From 6e57f16517eb392a51c090e736fa01d3c29dbf8d Mon Sep 17 00:00:00 2001 From: Matt Lauber Date: Fri, 4 Oct 2019 10:50:32 -0400 Subject: [PATCH] Documentation: typo in Range widget documentation (#4288) The documentation for the range widget refers to radio buttons, instead of range sliders. --- editions/tw5.com/tiddlers/widgets/RangeWidget.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/RangeWidget.tid b/editions/tw5.com/tiddlers/widgets/RangeWidget.tid index dcb793f29..ddf406ccc 100644 --- a/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RangeWidget.tid @@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki ! Introduction -The range widget displays an HTML `` that reflects a given tiddler field numeric value. Adjusting the radio button sets the tiddler field to the value. +The range widget displays an HTML `` that reflects a given tiddler field numeric value. Adjusting the range slider sets the tiddler field to the value. ! Content and Attributes @@ -15,12 +15,12 @@ The content of the `<$range>` widget is ignored. |!Attribute |!Description | |tiddler |Title of the tiddler to manipulate (defaults to the [[current tiddler|Current Tiddler]]) | -|field |The field of the //tiddler// bound to the radio button| +|field |The field of the //tiddler// bound to the range slider| |min |The minimum value to be able to be set by the `<$range>` widget.| |max |The maximum value to be able to be set by the `<$range>` widget.| |increment |The minimum amount by which a value may be changed. Defaults to 1.| |default |The default value displayed if the field is missing or empty.| -|class |CSS classes to be assigned to the label around the radio button | +|class |CSS classes to be assigned to the label around the range slider | ! Examples