Hi Michael
> I want to set for a certain tiddler a DOM identifier respectively I
> want to autorefresh with Eric's AutoRefresh script a certain tiddler
> when another tiddler is changed.
I think you can do it without the AutoRefresh transclusion - like
this:
Write in the PageTemplate:
<span style='display:none;' refresh='content' force='true'
tiddler='TiddlerName'></span>

> How can I set a DOM element identifier in the tiddler content?  -- Is
> there something like:
>
> <script> tiddler.DOMelementID = "abc" </script>   or  is it equal to
> the tiddler title?
<span style='display:none;' refresh='content' force='true'
tiddler='abc'></span>

Regards Måns Mårtensson

-- 
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.

Reply via email to