On 23 Sep., 02:05, cedardoc <[email protected]> wrote:
> I don't know how many times I've made that mistake! (yes I added
> systemConfig)
>
> Do either if you know how to get show popup to apply to all links
> universally, or maybe based on the presence of a certain tag?
>
It's not possible nor a good idea to ably ShowPopup to all links,
because then no link would open any tiddlers anymore!
As I already wrote, it is a html script which get transcluded by
TiddlyWikis own syntax to embed tiddlers - in this case the ShowPopup
tiddler - like this:
<<tiddler ShowPopup with: TiddlerName label tooltip buttonClass width
popupClass>>
where:
*''~TiddlerName''<br>title of the tiddler to be displayed
*''label''<br>text for the command link
*''tooltip''<br>mouseover help text for the link
*''buttonClass''<br>CSS classname applied to the command text
(default=button)
*''width''<br>width of the popup (using CSS measurements,
default=auto)
*''popupClass''<br>CSS classname applied to the popup panel
(default=none).<br>Use 'sticky' for persistent popups (see
StickyPopupPlugin)
see here: http://www.TiddlyTools.com/#ShowPopup
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---