From 383c8b5e49b80f5f4712a1078044ab50d038a1f0 Mon Sep 17 00:00:00 2001 From: Simon Huber Date: Sat, 16 Apr 2022 17:30:50 +0200 Subject: [PATCH] Add docs for "enable" attribute of draggable widget (#6634) --- editions/tw5.com/tiddlers/widgets/DraggableWidget.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/DraggableWidget.tid b/editions/tw5.com/tiddlers/widgets/DraggableWidget.tid index c9cd32cbd..071446e35 100644 --- a/editions/tw5.com/tiddlers/widgets/DraggableWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/DraggableWidget.tid @@ -1,6 +1,6 @@ caption: draggable created: 20170406081938627 -modified: 20220223145136863 +modified: 20220416052952189 tags: Widgets TriggeringWidgets title: DraggableWidget type: text/vnd.tiddlywiki @@ -19,6 +19,7 @@ See DragAndDropMechanism for an overview. |tag |Optional tag to override the default "div" element created by the widget| |selector|<<.from-version 5.2.2>> Optional CSS Selector to identify a DOM element within the widget that will be used as the drag handle | |class |Optional CSS classes to assign to the DOM element created by the widget. The class `tc-draggable` is added to the drag handle, which is the same as the DOM element created by the widget unless the <<.param selector>> attribute is used. The class `tc-dragging` is applied to the drag handle while the element is being dragged | +|enable |<<.from-version 5.2.3>> Optional value "no" to disable the draggable functionality (defaults to "yes") | |startactions |Optional action string that gets invoked when dragging ''starts'' | |endactions |Optional action string that gets invoked when dragging ''ends'' |