2013-08-24 15:45:45 +00:00
|
|
|
created: 201308241425
|
2013-10-30 14:30:22 +00:00
|
|
|
modified: 201310301349
|
2013-08-25 20:41:00 +00:00
|
|
|
tags: widget
|
2013-08-24 15:45:45 +00:00
|
|
|
title: TranscludeWidget
|
|
|
|
|
|
|
|
! Introduction
|
|
|
|
|
|
|
|
The TranscludeWidget dynamically imports content from another tiddler.
|
|
|
|
|
|
|
|
! Attributes
|
|
|
|
|
|
|
|
|!Attribute |!Description |
|
2013-10-30 14:30:22 +00:00
|
|
|
|tiddler |The title of the tiddler to transclude (defaults to the current tiddler) |
|
2013-08-24 15:45:45 +00:00
|
|
|
|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 |
|
|
|
|
|style |CSS styles to be added to the generated elements |
|
|
|
|
|tooltip |Tooltip to be added to the generated elements |
|
|
|
|
|
|
|
|
The TranscludeWidget ignores any contained content.
|
|
|
|
|