Update button widget docs

Fixes #927
This commit is contained in:
Jermolene 2014-10-05 16:33:05 +01:00
parent b9ed7e52c2
commit 3048b79a45
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ The content of the `<$button>` widget is displayed within the button.
|setTo |The new value to assign to the TextReference identified in the `set` attribute |
|popup |Title of a state tiddler for a popup that is toggled when the button is clicked |
|aria-label |Optional [[Accessibility]] label |
|title |Optional tooltip |
|tooltip |Optional tooltip |
|class |An optional CSS class name to be assigned to the HTML element |
|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` |