Hi Sini-Kit
One problem is with this part:
yourMessage={{||3dsliderModal}}
Transcluded attributed are never wikified; the text is passed through directly,
and so the double bar syntax is not used with transcluded attributes.
If I understand your goal correctly, you’ll need to pass the current tiddler
explicitly to the modal:
<$action-sendmessage $message="tm-modal" $param="SampleModal"
currentTiddler=<<currentTiddler>>/>
Then your modal can pick up the caption field and other values that you are
displaying.
Best wishes
Jeremy
and so don’t need to resolve the value of the current tiddler.
> On 30 Dec 2016, at 14:29, sini-Kit <[email protected]> wrote:
>
>
> Hi! I try to make tm-modal and show there current tiddler with the template
>
> <$button class = 'onclean2' >
> <$action-sendmessage $message="tm-modal" $param="SampleModal"
> yourName={{!!caption}} yourMessage={{||3dsliderModal}} />
> </$button>
>
> but when I use {{||3dsliderModal}} it shows nothing
> I think it's because SampleModal has field subtitle:<<yourMessage>>
>
> is it possible to use {{||3dsliderModal}} in modal?
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/tiddlywiki
> <https://groups.google.com/group/tiddlywiki>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/7d7ecf4a-cde3-47e6-9afb-237a98e7e660%40googlegroups.com
>
> <https://groups.google.com/d/msgid/tiddlywiki/7d7ecf4a-cde3-47e6-9afb-237a98e7e660%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/5D079851-BB2D-45DF-80DE-7B071A0D4E17%40gmail.com.
For more options, visit https://groups.google.com/d/optout.