TiddlyWiki5/core/modules/widgets
Bimba Laszlo 9c22537b4e
Fix the class attribute of Droppable widget (#4647)
Even though we passed the `class` attribute, it did not take it into
account. For example try to render this:

  <$droppable class="custom-css-class">
    ... content ...
  </$droppable>

Before applying this patch:

  <span class=" tc-droppable">
    ... content ...
  </span>

After applying:

  <span class="custom-css-class tc-droppable">
    ... content ...
  </span>
2020-05-14 13:55:33 +01:00
..
action-createtiddler.js Action create tiddler improvements (#4436) 2020-04-15 15:51:21 +01:00
action-deletefield.js
action-deletetiddler.js
action-listops.js
action-navigate.js
action-popup.js ActionPopup widget: Add ability to cancel all popups 2020-04-21 22:19:03 +01:00
action-sendmessage.js
action-setfield.js
browse.js BrowseWidget: Add "accepts" attribute 2020-04-21 22:18:34 +01:00
button.js
checkbox.js
codeblock.js
count.js
diff-text.js
draggable.js
droppable.js Fix the class attribute of Droppable widget (#4647) 2020-05-14 13:55:33 +01:00
dropzone.js
edit-binary.js
edit-bitmap.js
edit-shortcut.js
edit-text.js
edit.js
element.js
encrypt.js
entity.js
fieldmangler.js
fields.js Add new parameters to fields-widget and fields-operator. (#4433) 2020-04-15 12:36:48 +01:00
image.js
importvariables.js Fix importvariables crash (#4593) 2020-04-23 09:10:52 +01:00
keyboard.js
link.js Fix link widget to work within SVG elements 2020-04-19 12:57:56 +01:00
linkcatcher.js
list.js
macrocall.js
navigator.js
password.js
qualify.js
radio.js
range.js
raw.js
reveal.js
scrollable.js
select.js
setvariable.js
text.js
tiddler.js
transclude.js
vars.js
view.js
widget.js Add originating widget to event objects 2020-05-09 15:53:38 +01:00
wikify.js