1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-17 09:24:30 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/features/Modals.tid

21 lines
832 B
Plaintext
Raw Normal View History

2016-01-07 23:00:38 +00:00
created: 20160107225427489
2020-11-17 14:43:46 +00:00
modified: 20201117081054556
2016-01-07 23:00:38 +00:00
tags: Features
title: Modals
type: text/vnd.tiddlywiki
Modals (or "wizards") fade the main TiddlyWiki window to display an isolated tiddler that must be explicitly dismissed by the user.
The tiddler to be displayed can contain the following optional fields that are used to customize the modal:
|!Field |!Description |
|footer|The footer text for the modal|
2020-11-17 14:43:46 +00:00
|subtitle|The subtitle text for a modal, displayed in a `h3` html tag|
|class|An additional class to apply to the modal wrapper|
2020-11-17 14:43:46 +00:00
Note that the footer and subtitle fields are not limited to plain text, and wiki text features such as widgets and transclusions can be used as well.
2016-01-07 23:00:38 +00:00
Modals are displayed with the [[WidgetMessage: tm-modal]].
<$button message="tm-modal" param="SampleWizard">Open demo modal</$button>