mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 12:28:02 +00:00
@@ -15,7 +15,7 @@ The dropzone widget has no attributes, and displays any contained content within
|
||||
|
||||
! Display
|
||||
|
||||
The dropzone widget creates an HTML `<div class="tw-dropzone">` to contain its content. During a drag operation the class `tw-dragover` is added. CSS is used to provide user feedback.
|
||||
The dropzone widget creates an HTML `<div class="tc-dropzone">` to contain its content. During a drag operation the class `tc-dragover` is added. CSS is used to provide user feedback.
|
||||
|
||||
! Data types supported
|
||||
|
||||
|
@@ -68,7 +68,7 @@ Here is a simple example of a popup built with the RevealWidget:
|
||||
<<wikitext-example-without-html '<$button popup="$:/SamplePopupState">Pop me up!</$button>
|
||||
|
||||
<$reveal type="popup" state="$:/SamplePopupState">
|
||||
<div class="tw-drop-down">
|
||||
<div class="tc-drop-down">
|
||||
|
||||
! This is the popup
|
||||
And this is some text
|
||||
|
Reference in New Issue
Block a user