2013-12-12 18:16:16 +00:00
|
|
|
created: 20131212175656755
|
2015-12-23 22:28:47 +00:00
|
|
|
modified: 20151223222712715
|
2014-09-11 19:12:25 +00:00
|
|
|
tags: Mechanisms
|
2013-12-12 18:16:16 +00:00
|
|
|
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:
|
|
|
|
|
2015-12-23 22:28:47 +00:00
|
|
|
* [[StateTiddlers|StateMechanism]] to record whether a popup is currently displayed or not
|
2013-12-12 18:16:16 +00:00
|
|
|
* The RevealWidget to selectively display the popup content
|
2015-12-23 22:28:47 +00:00
|
|
|
** For "sticky" popups — those that don't close when clicking inside one — set the ''class'' attribute to `tc-popup-keep`
|
2013-12-12 18:16:16 +00:00
|
|
|
* The ButtonWidget to trigger the display of the popup by setting the state tiddler appropriately
|
|
|
|
|
|
|
|
|