Lots and lots and lots of docs updates

Now we've got up-to-date skeleton documentation for all the widgets
This commit is contained in:
Jeremy Ruston
2013-10-31 22:03:40 +00:00
parent 33de87ec8c
commit fbc1f5e5f6
22 changed files with 513 additions and 31 deletions

View File

@@ -0,0 +1,18 @@
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 |