As far as I can tell they don't do anything. The popup mechanism just 
checks for the existence of the tiddler.

If I understand what is going on you are looking for something more complex 
than it actually is.

To make the not-quite simplest popup controlled by a button just paste this 
into a tiddler:

<$reveal type='popup' class='tc-popup-keep' state='bob' position='above'>
<div style='background-color:pink'>
HELLO!!
</div>
</$reveal>

<$button popup='bob'>
Test
</$button>

The tc-popup-keep class is needed if you want the popup to stay when a 
person clicks inside the popup. The position='above' part is just to make 
it more obvious that it isn't in the normal tiddler. The content inside can 
be any wikitext or html/css like in a normal tiddler. You can style the 
revealed content using normal css to make it appear in the middle of the 
screen or wherever you want it.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f65ad1ae-684c-474a-a2e5-a71030505e76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to