TiddlyWiki5/core/modules/widgets
Jeremy Ruston 85ba7ac041
Extend list widget with "index" attribute (#5611)
* Extend list widget with "index" attribute

* Fix refreshing bug

* Clarify performance note
2021-04-20 09:15:11 +01:00
..
action-confirm.js Filename for action-confirm widget should be 'action-confirm.js' for consistency 2020-12-22 11:50:26 +00:00
action-createtiddler.js
action-deletefield.js
action-deletetiddler.js
action-listops.js
action-log.js Logging widgets :Fixed issue on Firefox where logging does not work (#5223) 2020-12-07 15:53:49 +00:00
action-navigate.js
action-popup.js
action-sendmessage.js
action-setfield.js
browse.js
button.js Button widget: apply aria-expanded attribute when controlling a popup 2021-03-01 17:59:29 +00:00
checkbox.js
codeblock.js
count.js
diff-text.js
draggable.js
droppable.js Fix refresh for all attributes of droppable widget. Add disabled class (#5280) 2020-12-15 11:09:32 +00:00
dropzone.js Extend Dropzone widget (#5597) 2021-04-10 09:48:50 +01:00
edit-binary.js
edit-bitmap.js Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor (#5382) 2021-01-09 13:25:48 +00:00
edit-shortcut.js
edit-text.js
edit.js Add "autocomplete" attribute to <$edit> and <$edit-text> widgets 2020-11-30 18:48:04 +00:00
element.js
encrypt.js
entity.js
eventcatcher.js Ensure new variables are strings (#5197) 2020-12-04 19:02:05 +00:00
fieldmangler.js Ensure Fieldmangler widget doesn't propogate events that it traps 2021-04-08 16:56:36 +01:00
fields.js
image.js
importvariables.js
keyboard.js
link.js
linkcatcher.js Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor (#5382) 2021-01-09 13:25:48 +00:00
list.js Extend list widget with "index" attribute (#5611) 2021-04-20 09:15:11 +01:00
log.js Extend action-log and subclass it as log widget (#5078) 2020-11-20 14:08:18 +00:00
macrocall.js Macrocall widget: ensure we separately cache inline vs block parse trees 2020-12-07 16:05:34 +00:00
messagecatcher.js Introduce messagecatcher widget 2021-03-09 18:07:07 +00:00
navigator.js Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor (#5382) 2021-01-09 13:25:48 +00:00
password.js
qualify.js
radio.js Fix Radio widget to refresh selectively, and use the checked attribute properly 2021-03-07 15:49:07 +00:00
range.js Add actions parameter to range-widget + docs! (#5158) 2020-12-01 18:11:09 +00:00
raw.js
reveal.js URGENT: Reveal widget - fixed problem with previous patch of refresh handling (#5260) 2020-12-11 23:24:27 +00:00
scrollable.js Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor (#5382) 2021-01-09 13:25:48 +00:00
select.js
setvariable.js
text.js
tiddler.js
transclude.js Revert "Extend transclude widget to optionally set variables" 2021-04-02 09:47:38 +01:00
vars.js Fix #5308 - WidgetSubclassingMechanism not working with widgets that add EventListeners (or logic ?) in constructor (#5382) 2021-01-09 13:25:48 +00:00
view.js Do not escape double quotes in tiddler DIVs to save space (#5383) 2021-04-02 09:32:32 +01:00
widget.js Extend transclude widget to optionally set variables 2021-03-19 15:37:59 +00:00
wikify.js