I'd like to transclude a tiddler into the view template.
Each Tiddler has a corresponding 'Nav' tiddler.
Q1 has the [[Q1 Nav]]
Q2 has the [[Q2 Nav]]
Qn has the [[Qn Nav]] .. and so on
I wondered if somthing could be added to the view template. I've done
it with a formTemplate [1] which I will hide on tiddlers where it is
not required.
The tiddler.title has to be concatenated with " Nav" to make the
tiddler.title to be transcluded so that the 'next button' is in the
same place on the tiddler. At the moment its position is dependant on
the length of the text.
I have used CSS to position the button in a fixed place, but the
result is not really that good.
My overall aim is to remove as much technical content from the
tiddler; the end users are going to be non-Tiddly savy users. I want
them to edit the document without seeing much more than text.
<div content = 'tiddler [[{{tiddler.title}} +" Nav'']]'</div>
Best Wishes
Alex
Minimal Test Case
[1] https://dl.getdropbox.com/u/1316865/TiddlyWikiTestCases/ViewTemplateNav.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---