2014-04-09 10:31:36 +00:00
|
|
|
created: 20131024141900000
|
|
|
|
modified: 20140409074643650
|
2014-09-10 23:06:19 +00:00
|
|
|
tags: Widgets
|
2014-04-09 10:31:36 +00:00
|
|
|
title: LinkCatcherWidget
|
|
|
|
type: text/vnd.tiddlywiki
|
2014-09-10 23:06:19 +00:00
|
|
|
caption: linkcatcher
|
2013-10-31 22:03:40 +00:00
|
|
|
|
|
|
|
! Introduction
|
|
|
|
|
2014-08-28 20:43:44 +00:00
|
|
|
The link catcher widget traps [[WidgetMessage: tm-navigate]] dispatched within its child content by performing any or all of these actions:
|
2013-10-31 22:03:40 +00:00
|
|
|
|
|
|
|
* sending a different widget message
|
|
|
|
* setting a tiddler to the title of the navigated tiddler
|
|
|
|
* setting a tiddler to a specified value
|
|
|
|
|
|
|
|
! Content and Attributes
|
|
|
|
|
|
|
|
The content of the `<$linkcatcher>` widget is displayed normally.
|
|
|
|
|
|
|
|
|!Attribute |!Description |
|
|
|
|
|to |Optional title of the tiddler to be set to the title of the navigated tiddler |
|
2014-09-11 14:52:47 +00:00
|
|
|
|message |Optional identifier for a [[widget message|Messages]] to be sent when a navigation is caught |
|
2013-10-31 22:03:40 +00:00
|
|
|
|set |Optional title of the tiddler to be set to a specified value when navigation occurs |
|
|
|
|
|setTo |Value to be assigned by the `set` attribute |
|