TiddlyWiki5/core/modules/widgets
Matt Lauber c974858cf5 Add Range widget (#2988)
* Adds a range widget 

Adds a range widget that supports all the range attributes on a input[type=range] element.  These include min max and increment.

* Update range.js

* Fix spaces vs tabs.

* Added documentation.
2018-04-24 22:05:05 +01:00
..
action-createtiddler.js
action-deletefield.js
action-deletetiddler.js
action-listops.js
action-navigate.js
action-sendmessage.js
action-setfield.js
browse.js
button.js Fix #3078 (#3185) 2018-03-23 11:08:53 +00:00
checkbox.js Add ability to trigger actions on unchecking checkbox widget (#3182) 2018-04-02 19:39:59 +01:00
codeblock.js
count.js
diff-text.js Improve diff count for diff-text widget 2018-04-03 17:50:17 +01:00
draggable.js draggable widget: actions on drag-start and drag-end (#3203) 2018-04-08 10:29:17 +01:00
droppable.js Droppable widget - passing modifiers as variables (#3167) 2018-03-14 17:52:13 +00:00
dropzone.js
edit-binary.js
edit-bitmap.js Fix problem with rotate-left bitmap operation 2018-03-22 10:46:57 +00:00
edit-shortcut.js
edit-text.js
edit.js
element.js
encrypt.js
entity.js
fieldmangler.js
fields.js
image.js
importvariables.js
keyboard.js
link.js
linkcatcher.js
list.js
macrocall.js
navigator.js Add hooks for canceling editing a tiddler, new tiddler and renaming a tiddler (#3206) 2018-04-10 19:52:00 +01:00
password.js
radio.js sets checked class for radio widget wrapper / label (#2182) 2018-04-08 09:52:41 +01:00
range.js Add Range widget (#2988) 2018-04-24 22:05:05 +01:00
raw.js
reveal.js Minor tweaks for #3157 2018-03-22 20:37:06 +00:00
scrollable.js
select.js Take default value in account when index attribute is used (#3099) 2018-01-23 16:50:03 +00:00
setvariable.js SetWidget: Add "subtiddler" attribute 2018-03-16 20:35:41 +00:00
text.js
tiddler.js
transclude.js
vars.js
view.js
widget.js
wikify.js