mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-24 07:56:52 +00:00
Docs fix: Remove erroneous "class" attribute from tiddler widget
The tiddler widget doesn’t generate any DOM nodes, and so wouldn’t have anything useful to do with a “class” attribute in any case.
This commit is contained in:
parent
08ae7321c1
commit
50b0004481
@ -1,5 +1,5 @@
|
|||||||
created: 20130824154300000
|
created: 20130824154300000
|
||||||
modified: 20150220162134000
|
modified: 20170901101236822
|
||||||
tags: Widgets
|
tags: Widgets
|
||||||
title: TiddlerWidget
|
title: TiddlerWidget
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -13,7 +13,6 @@ The TiddlerWidget is used to set a value for the [[current tiddler|Current Tiddl
|
|||||||
|
|
||||||
|!Attribute |!Description |
|
|!Attribute |!Description |
|
||||||
|tiddler |The title of the tiddler to become the new [[current tiddler|Current Tiddler]] |
|
|tiddler |The title of the tiddler to become the new [[current tiddler|Current Tiddler]] |
|
||||||
|class |CSS classes to be added to the generated elements |
|
|
||||||
|
|
||||||
! CSS Class Variables
|
! CSS Class Variables
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user