2014-02-26 19:55:42 +00:00
|
|
|
created: 20131024141900000
|
|
|
|
modified: 20140226194810214
|
2014-09-10 23:06:19 +00:00
|
|
|
tags: Widgets
|
2014-02-26 19:55:42 +00:00
|
|
|
title: NavigatorWidget
|
|
|
|
type: text/vnd.tiddlywiki
|
2014-09-10 23:06:19 +00:00
|
|
|
caption: navigator
|
2013-10-31 22:03:40 +00:00
|
|
|
|
|
|
|
! Introduction
|
|
|
|
|
2014-09-11 14:52:47 +00:00
|
|
|
The navigator widget manipulates the current store, the story list and history lists in response to various [[Messages]].
|
2013-10-31 22:03:40 +00:00
|
|
|
|
|
|
|
! Content and Attributes
|
|
|
|
|
2014-09-11 14:52:47 +00:00
|
|
|
The navigator widget displays any contained content, and responds to Messages dispatched within it.
|
2013-10-31 22:03:40 +00:00
|
|
|
|
|
|
|
|!Attribute |!Description |
|
|
|
|
|story |Name of the tiddler containing the story list to be manipulated |
|
|
|
|
|history |Name of the tiddler containing the history list to be manipulated |
|
2014-02-26 19:55:42 +00:00
|
|
|
|
|
|
|
! Widget Messages
|
|
|
|
|
2014-09-11 14:52:47 +00:00
|
|
|
The following [[Messages]] are handled by the navigator widget:
|
2014-02-26 19:55:42 +00:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<$list filter="[tag[navigator-message]]">
|
|
|
|
<li>
|
|
|
|
<$link to={{!!title}}>
|
|
|
|
<$view field="title"/>
|
|
|
|
</$link>
|
|
|
|
</li>
|
|
|
|
</$list>
|
|
|
|
</ul>
|