Name | ShowPopup |
Source | http://www.TiddlyTools.com/#ShowPopup |
Version | 1.2.0 |
Author | Eric Shulman |
License | http://www.TiddlyTools.com/#LegalStatements |
CoreVersion | 2.1 |
Type | transclusion |
Description | display tiddler content in a TiddlyWiki popup panel |
Example:<<tiddler ShowPopup with: TiddlerName label tooltip buttonClass width popupClass>>where:
- TiddlerName
title of the tiddler to be displayed- label
text for the command link- tooltip
mouseover help text for the link- buttonClass
CSS classname applied to the command text (default=button)- width
width of the popup (using CSS measurements, default=auto)- popupClass
CSS classname applied to the popup panel (default=none).
Use 'sticky' for persistent popups (see StickyPopupPlugin)
<<tiddler ShowPopup with: ShowPopup [[Try this]] [[show this tiddler in a popup]]>>Try this