Try this in ArtistForm:
<script>
var tid=story.findContainingTiddler(place);
tid=tid?tid.getAttribute('tiddler') : '';
var b = DataTiddler.getData(tid,"Name");
return 'Title : ' + tid + '\n' + 'Name : ' + b;
</script>
Goodluck, Okido
On 20 Sep, 20:26, Heller <[email protected]> wrote:
> Ok just to clear the referencing point:
>
> Tiddler Andy contains
>
> <<tiddler ArtistForm>>
> <data>{
> "Name":"Andy",
> "Site": "[[URL|http://www.licklibrary.com]]"
>
> }</data>
>
> The tiddler is tagged [[Artist]]
> =======================================
> Tiddler ArtistForm contains
>
> NAME:<script>document.write(DataTiddler.getData(tiddler.title,"Name"));</
> script>
> URL:<script>wikify(DataTiddler.getData(tiddler.title,"Site"),place);</
> script> <data>
> ========================================
>
> The referencing problem is in the ArtistForm "tiddler.title" =
> ArtistForm and not Andy
> when it is called from Andy by <<tiddler ArtistForm>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.