Hi All

I have several twTypes :

Constants
Company
Parts

I have added a new taggedTypes class in the ViewTemplate : 

<div class='title' macro='view title'></div>
<div class='toolbar'  macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='newTypeHere' macro='tiddler FetNewHere 
with:{{tiddler.title}}'></div>
<div class='thumbnails' macro='tiddler "FetThumbnails" thumbnails 
with:{{tiddler.title}}'></div>
<div class='viewer' macro='view text wikified'></div>*<div class='taggedTypes' 
macro='tiddler FetTypes with:{{tiddler.title}}'></div>*
<div class='tagClear'></div>


[[FetTypes]]

<<forEachTiddler
    where
        'tiddler.tags.contains("twTypes")' 
   write 
 '"<<tiddler Fet"+tiddler.title+" with:[[$1]] [[$1]]\>\>"'"'
>>

How to have this class AutoRefresh like viewer does when I place <<tiddler 
AutoRefresh>> inside ?

Regards

Julien

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to