You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
I want a button that sends me to edit specified tiddler (<$button message=tm-edit-tiddler param=MyTiddler /> ). I want it to look and behave like an internal link though (color, cursor change etc.). How do I change default button widget display? Can't figure out styles usage.
Jed Carty
unread,
May 26, 2017, 11:41:30 AM5/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
This should work:
<$button class='tc-btn-invisible tc-tiddlylink'> FNORDLook at FNORDme!! </$button>
Vayu Asura
unread,
May 26, 2017, 1:46:49 PM5/26/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Yeah, thanks. Actually I found this on http://tiddlywiki.com/#ButtonWidget : "Tip: Set class to tc-btn-invisible tc-tiddlylink to have a button look like an internal link."