Update docs for disabling drag and drop

fix-syncer
Jeremy Ruston 2020-03-20 11:02:14 +00:00
rodzic cb52d709c2
commit 6928842bbf
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -8,11 +8,11 @@ To disable all the drag and drop operations that are built into the core, set th
$:/config/DragAndDrop/Enable
To selectively re-enable drag and drop for an instance of the [[list-tagged-draggable Macro]] or [[list-links-draggable Macro]] you must ensure that the variable `tv-enable-drag-and-drop` is set to `yes` for the scope of the macro invocation. For example:
To selectively re-enable drag and drop for an instance of the [[list-tagged-draggable Macro]] or [[list-links-draggable Macro]] you must ensure that the variable `tv-enable-drag-and-drop` is set to `yes` for the scope of the macro invocation. For example, note how it is still possible to use drag and drop within this list even if $:/config/DragAndDrop/Enable is set to "no":
<$macrocall $name="wikitext-example-without-html" src="""<$set name="tv-enable-drag-and-drop" value="yes">
<<list-tagged-draggable tag:"Features">>
<<list-tagged-draggable tag:"HelloThere">>
</$set>"""/>