Switch from the old navigator macro the new navigationcatcher macro

We'll probably rename the navigationcatcher macro, because the name is
rubbish.
print-window-tiddler
Jeremy Ruston 2012-10-24 22:33:33 +01:00
rodzic ce4a14c68a
commit f77b3a54ca
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -76,7 +76,7 @@ title: $:/templates/PageTemplate
}}}
<!-- This navigator intercepts navigation events and sets the text of the specified tiddler to the target tiddler title -->
<<navigator set:[[$:/CurrentView]]><
<<navigationcatcher set:[[$:/CurrentView]]><
<<reveal state:ViewDropDownState type:popup position:below><
<div class="open">
{{dropdown-menu tw-suppress-missing-tiddlylink{

Wyświetl plik

@ -1,7 +1,7 @@
title: $:/templates/PageTemplate
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
<<navigator story:"$:/StoryTiddlers" history:"$:/History" ><
<<navigationcatcher story:"$:/StoryTiddlers" history:"$:/History" ><
<!-- Zooming chooser -->
{{navigation-panel{
@ -51,7 +51,7 @@ title: $:/templates/PageTemplate
}}}
<!-- This navigator intercepts navigation events and sets the text of the specified tiddler to the target tiddler title -->
<<navigator set:[[$:/CurrentView]]><
<<navigationcatcher set:[[$:/CurrentView]]><
<<reveal state:ViewDropDownState type:popup position:below><
<div class="open">
{{dropdown-menu tw-suppress-missing-tiddlylink{

Wyświetl plik

@ -1,7 +1,7 @@
title: $:/templates/PageTemplate
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
<<navigator story:"$:/StoryTiddlers" history:"$:/History" ><
<<navigationcatcher story:"$:/StoryTiddlers" history:"$:/History" ><
<!-- The top navigation bar -->
<div class="navbar navbar-fixed-top">