documentation for making buttons look like links

added instructions to button widget documentation
This commit is contained in:
Tobias Beer 2014-12-15 17:55:56 +01:00
parent 2e50ddc213
commit 05a794d5b8
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ The content of the `<$button>` widget is displayed within the button.
|popup |Title of a state tiddler for a popup that is toggled when the button is clicked |
|aria-label |Optional [[Accessibility]] label |
|tooltip |Optional tooltip |
|class |An optional CSS class name to be assigned to the HTML element |
|class |An optional CSS class name to be assigned to the HTML element<br>`tc-btn-invisble tc-tiddlylink` will give it the look of an internal link|
|style |An optional CSS style attribute to be assigned to the HTML element |
|selectedClass |An optional additional CSS class to be assigned if the popup is triggered or the tiddler specified in `set` already has the value specified in `setTo` |
|default |Default value if `set` tiddler is missing for testing against `setTo` to determine `selectedClass` |
|default |Default value if `set` tiddler is missing for testing against `setTo` to determine `selectedClass` |