Hi all,
The Modal example in the TW5 web page shows a nested Modal being opened. It does this by transcluding "SampleWizard", which includes the button:
<$button message="tm-modal" param="SampleWizard2">nest wizards</$button>
This tells me that buttons and messages work in Modals, but I'm having trouble with
tm-navigate.
What I'd like to do is fire a
tm-navigate message, or an
action-navigation event, in order to have a Modal with a button that lets me open a Tiddler.
However, this doesn't work when shown in a Modal:
<$button message="tm-navigate" navigateTo="SomeTiddler" >Open</$button>
nor does a
<$button><$action-navigate...>
combination.
So, is there a way to place a button in a Modal, which opens a new Tiddler in the Story?
(I'm guessing the Modal is outside the story...)
Thanks!
- David.