>
> <<tiddler LinkThis with: "click me 2" [[ToHere]] [[valueA:'CCCCC',
>> valueB:'DDDDD']]>>
>>
> I don't understand exactly what the values represent.
>
What's the purpose of the string of letters?
>
*ToHere* is the tiddler being opened and *valueA* and *valueB* are stored
in a JavaScript object called *myVars* like so...
myVars = {
valueA : "CCCCC",
valueB : "DDDDD"
}
The *message *macro is simply capable to output the contents of that global
object, however it won't wikify that content.
If you want wikification you would have to use InlineJavascriptPlugin
<http://www.tiddlytools.com/#InlineJavascriptPlugin>, e.g.
<script>
wikify(myVars.valueA , place);
</script>
Best wishes, Tobias.
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.