Hi All
I want to have a specific toolbar, complete with icon controls
available to only some tiddlers...so students can send answers and
insert some simple code (like fotos..) and yet not edit the content of
the main lesson tiddlers.
OK, using HideWhen....the main tiddlers only show the toolbar when the
UserName is mine!!!
When a student starts a responce tiddler....the TaggedTempatePlugin
correctly uses a different ViewTemplate (not the one above)....and now
the problem...this tagged ViewTemplate starts off -
<div class='toolbar' macro='toolbar [[RespostaToolbar::ViewToolbar]]'>
<span style="padding-right:0em;" macro='tagger exclude:excludeLists
systemConfig'></span ><span macro='newHere label:"subitem"'></span></
div></div>
And the tiddler RespostaToolbar is written as -
|~ViewToolbar|RespostaToolbar##new RespostaToolbar##iframe
RespostaToolbar##foto RespostaToolbar##film
RespostaToolbar##uploadTiddler closeTiddler closeOthers closeAll
+editTiddler > fields syncing permalink references jump|
|~EditToolbar|+saveTiddler saveCloseTiddler -cancelTiddler
cancelCloseTiddler deleteTiddler|
!!!!uploadTiddler)
{{{
<<uploadTiddler>><<setIcon server_edit.png "" notext>>
}}}
!!!film............etc
The png images are attached.....and the necessary Plugins
(uploadTiddler etc) are installed......
but the tiddler toolbar is not showing up the extra icon commands !!!!
I tried having RespostasViewTemplate reference
[[ToolbarCommands::RespostaViewTemplate]]...and put the above code
into the ToolbarCommands (creating a new |
RespostaViewTemplate|........| line)...and that does not work
either....
What am I doing wrong???
Skye
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---