From deae9e1f7ea6156954984cf47e5e36da9d0a76b4 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 30 Oct 2013 14:30:22 +0000 Subject: [PATCH] Update some widget docs --- editions/tw5.com/tiddlers/widgets/TiddlerWidget.tid | 4 ++-- editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/TiddlerWidget.tid b/editions/tw5.com/tiddlers/widgets/TiddlerWidget.tid index 2a3c9853b..40677137c 100644 --- a/editions/tw5.com/tiddlers/widgets/TiddlerWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TiddlerWidget.tid @@ -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 | diff --git a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid index f0c6368a0..0289da968 100644 --- a/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid @@ -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 |