mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
14 lines
490 B
Plaintext
14 lines
490 B
Plaintext
|
created: 20131212175656755
|
||
|
modified: 20131212180213909
|
||
|
tags: mechanism
|
||
|
title: PopupMechanism
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
The popup mechanism allows blocks of content to be selectively displayed and positioned with respect to an anchor. It has several parts:
|
||
|
|
||
|
* StateTiddlers to record whether a popup is currently displayed or not
|
||
|
* The RevealWidget to selectively display the popup content
|
||
|
* The ButtonWidget to trigger the display of the popup by setting the state tiddler appropriately
|
||
|
|
||
|
|