mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
2ffcbb76eb
Keeps things tidier
22 lines
717 B
Plaintext
22 lines
717 B
Plaintext
created: 201308241425
|
|
modified: 201310301349
|
|
tags: widget
|
|
title: TranscludeWidget
|
|
|
|
! Introduction
|
|
|
|
The TranscludeWidget dynamically imports content from another tiddler.
|
|
|
|
! Attributes
|
|
|
|
|!Attribute |!Description |
|
|
|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 |
|
|
|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.
|
|
|