mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 22:17:21 +00:00
Docs tweaks
* The "tip" macro isn't designed to be used in a table cell (it generates a blockquote) * We avoid full stops at the end of table entries or list items It seems to be incredibly hard to police consistency with documentation but I think it's very important
This commit is contained in:
@@ -15,13 +15,12 @@ The content of the `<$radio>` widget is displayed within an HTML `<label>` eleme
|
||||
|
||||
|!Attribute |!Description |
|
||||
|tiddler |Title of the tiddler to manipulate (defaults to the [[current tiddler|Current Tiddler]]) |
|
||||
|field |The field of the //tiddler// bound to the radio button|
|
||||
|index|<<.from-version "5.1.14">> The index of the //tiddler// being [[DataTiddler|DataTiddlers]] bound to the radio button<<.tip "takes precedence over //field//">>|
|
||||
|value |The value for the //field// or //index// of the //tiddler//|
|
||||
|class |The CSS classes assigned to the label around the radio button<$macrocall $name=".tip" _="""<<.from-version "5.1.14">> `tc-radio` is always applied by default, as well as `tc-radio-selected` when selected"""/>|
|
||||
|actions|<<.from-version "5.1.23">> Optional, A string containing ActionWidgets to be triggered when the value changes. <br>The variable: ''actionValue'' is available for the actions. |
|
||||
|disabled|<<.from-version "5.1.23">> Optional, disables the radio input if set to "yes". Defaults to "no"|
|
||||
|
||||
|field |The field of the //tiddler// bound to the radio button |
|
||||
|index|<<.from-version "5.1.14">> The index of the //tiddler// being [[DataTiddler|DataTiddlers]] bound to the radio button (takes precedence over //field//) |
|
||||
|value |The value for the //field// or //index// of the //tiddler// |
|
||||
|class |The CSS classes assigned to the label around the radio button <<.from-version "5.1.14">> `tc-radio` is always applied by default, as well as `tc-radio-selected` when selected |
|
||||
|actions|<<.from-version "5.1.23">> Optional string containing ActionWidgets to be triggered when the value changes. <br>The variable: ''actionValue'' is available for the actions |
|
||||
|disabled|<<.from-version "5.1.23">> Optional. Set to "yes" to disable the radio input. Defaults to "no" |
|
||||
|
||||
!! Field Mode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user