Hi Tobias

The problem is with this line:

<option value=<<getValue>> >

Transcluded variable attributes like this are not wikified; the attribute
gets the raw value of the variable after the textual substitution of
parameters and variables.

Here's an approach that works around that limitation:

\define displayIframe(tiddler)
<$macrocall $name="static" tiddler={{$:/data/core/widgets##$tiddler$}}
height="600px" scrolling="yes"/>
\end

select a widget:
<$select tiddler="$:/temp/widget-browser" default="action-navigate">
<$list filter='[[$:/data/core/widgets]indexes[]sort[title]]'>
<option value=<<currentTiddler>> >
<$text text=<<currentTiddler>>/>
</option>
</$list>
</$select>

documentation on ~TiddlyWiki.com...

<$macrocall $name="displayIframe" tiddler={{$:/temp/widget-browser}}/>

<br>

Best wishes

Jeremy

On Sat, Nov 22, 2014 at 12:12 PM, Tobias Beer <[email protected]> wrote:

> Trying to turn the WikiLinks to each widget type into links pointing to
> the static tiddlers at tiddlywiki.com appears to yield similar problems.
>
> http://tb5.tiddlyspot.com/#Iterate%20DataTiddler%20Indexes
>
> 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.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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.

Reply via email to