> I have two panels to the right of the page, created by divs in the
> PageTemplate and formated in StyleSheet.
>
> Frequently I refresh them both using "refreshDisplay()" in a a
> script....in the PageTemplate both are set to force="true".
>
> Is there some way I can atualise the view of a side panel....withoiut
> refreshing the whole page??

First, assign unique IDs to the DIVs you've defined in the
PageTemplate, e.g.:
   <div ID="someID" tiddler="SomeTiddler" force="true" ...>
Then, in your script, you can invoke:
   config.refreshers.content(document.getElementById('someID'));

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

----
WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
   http://www.TiddlyTools.com/#Donations
note: donations are directly used to pay for food, rent,
gas, net connection, etc., so please give generously and often!

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to