On Tuesday, May 26, 2015 at 9:46:20 AM UTC-7, Mat wrote: > > I have removed all stuff involving the range slider now from TWaddle and > will look into how to use it without your widget. > Thanks for engaging in the matter! >
@mat I don't want to give you the impression that I was upset in any way. It's just that, after having written the range.js widget, I realized that it wouldn't be needed at all IF the $edit-text widget can be extended to handle the "min", "max" and "step" parameters (which is *currently* doesn't). As such, the range.js widget is, in my opinion, a temporary "polyfill" for some missing core bits. The only problem is that your TWaddle examples are setting min and max to other values, and without being able to specify these params, the range control will default to min=0, max=100, step=1. Assuming Jeremy is willing to add support for min/max/step params in $edit-text, then your current usage would be nearly the same, except you would replace <$range ...> with <$edit-text tag="input" type="range" ...>. The rest would be the same. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/865242d8-32ee-4be5-91b6-714bb2361a5f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

