1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-12 10:20:26 +00:00

Update some widget docs

This commit is contained in:
Jeremy Ruston 2013-10-30 14:30:22 +00:00
parent d04962f6e9
commit deae9e1f7e
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
created: 201308241543
creator: JeremyRuston
modified: 201308241543
modified: 201310301351
modifier: JeremyRuston
tags: widget
title: TiddlerWidget
@ -12,5 +12,5 @@ The TiddlerWidget sets the ContextTiddler that applies for processing its conten
! Content and Attributes
|!Attribute |!Description |
|title |The title of the tiddler to become the new ContextTiddler |
|tiddler |The title of the tiddler to become the new ContextTiddler |
|class |CSS classes to added to the generated elements |

View File

@ -1,6 +1,6 @@
created: 201308241425
creator: JeremyRuston
modified: 201308241530
modified: 201310301349
modifier: JeremyRuston
tags: widget
title: TranscludeWidget
@ -12,7 +12,7 @@ The TranscludeWidget dynamically imports content from another tiddler.
! Attributes
|!Attribute |!Description |
|title |The title of the tiddler to transclude (defaults to the current tiddler) |
|tiddler |The title of the tiddler to transclude (defaults to the current tiddler) |
|field |The field name of the current tiddler (defaults to "text"; if present takes precedence over the index attribute) |
|index |The index of a property in a [[DataTiddler|DataTiddlers]] |
|class |CSS classes to added to the generated elements |