1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +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:
Jermolene 2017-09-01 11:13:39 +01:00
parent 08ae7321c1
commit 50b0004481

View File

@ -1,5 +1,5 @@
created: 20130824154300000
modified: 20150220162134000
modified: 20170901101236822
tags: Widgets
title: TiddlerWidget
type: text/vnd.tiddlywiki
@ -13,7 +13,6 @@ The TiddlerWidget is used to set a value for the [[current tiddler|Current Tiddl
|!Attribute |!Description |
|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