mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 11:34:54 +00:00
19 lines
562 B
Plaintext
19 lines
562 B
Plaintext
title: SetVariableWidget
|
|
created: 201310241419
|
|
creator: JeremyRuston
|
|
modified: 201310300837
|
|
modifier: JeremyRuston
|
|
tags: widget
|
|
|
|
! Introduction
|
|
|
|
The set variable widget assigns a value to a specified [[variable|TiddlerVariables]]. The new value of the variable is availale to the content within the set variable widget.
|
|
|
|
! Content and Attributes
|
|
|
|
The content of the `<$setvariable>` widget is the scope for the value assigned to the variable.
|
|
|
|
|!Attribute |!Description |
|
|
|name |The name of the variable to assign |
|
|
|value |The value to assign to the variable |
|