> I'd like to create a one tiddler MoveableTheme which doesn't show the
> moveable panel's toolbar when viewed in readonly mode.
>
> A reader should still be able to move tiddlers and elements around -
> the moveable panel's toolbar should be invisible (except for the
> unfold/fold button) and the Defaultmap should be active.. - if this
> can't be achieved - all folded tiddlers should be unfolded in readonly
> mode...
>
> How do I accomplish this?

In your MoveableTheme##ViewTemplateReadOnly, find the 'moveablePanel'
macro, and change the parameters as follows:
   * remove 'hover'
   * add 'noclose nodock'

thus:

<div macro='moveablePanel
   name:{{story.findContainingTiddler(place).getAttribute("tiddler")}}
   undocked fold noclose nodock height:auto'></div>

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
   http://www.TiddlyTools.com/#Donations

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