2014-02-26 19:55:42 +00:00
|
|
|
created: 20131024141900000
|
|
|
|
modified: 20140226194810214
|
2013-10-31 22:03:40 +00:00
|
|
|
tags: widget
|
2014-02-26 19:55:42 +00:00
|
|
|
title: NavigatorWidget
|
|
|
|
type: text/vnd.tiddlywiki
|
2013-10-31 22:03:40 +00:00
|
|
|
|
|
|
|
! Introduction
|
|
|
|
|
|
|
|
The navigator widget manipulates the current store, the story list and history lists in response to various WidgetMessages.
|
|
|
|
|
|
|
|
! Content and Attributes
|
|
|
|
|
|
|
|
The navigator widget displays any contained content, and responds to WidgetMessages dispatched within it.
|
|
|
|
|
|
|
|
|!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
|
|
|
|
|
|
|
|
The following WidgetMessages are handled by the navigator widget:
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<$list filter="[tag[navigator-message]]">
|
|
|
|
<li>
|
|
|
|
<$link to={{!!title}}>
|
|
|
|
<$view field="title"/>
|
|
|
|
</$link>
|
|
|
|
</li>
|
|
|
|
</$list>
|
|
|
|
</ul>
|