The <option> tag needs a value attribute:

<option value="Benzin - Jahr">Benzin - Jahr</option>

On Thursday, March 5, 2020 at 8:11:11 AM UTC-8, Gerald Weis wrote:
>
> thats is my code.
>
> <$select tiddler='$:/SiteTitle' tooltip='select tiddler wich should will 
> cloned'>
> <$vars selection="tiddler"> 
> <option>Benzin - Jahr</option>
> <option>Fahrzeugpflege - Jahr</option>
> <option>Inspektionen und TÜV - Jahr</option>
> <option>Räder: Reifen und Felgen - Jahr</option>
> <option>Reparaturen und Wartung - Jahr</option>
> <option>Scheibenwischer - Jahr</option>
> <option>Versicherung - Jahr</option>
> <option>Zulassung - Jahr</option>
> </$vars>
> </$select>
>
> <$button> clone selected tiddler
> <$list filter=<<selection>>>
> <$action-sendmessage $message="tm-new-tiddler" title=<<tiddler>> 
> tags="uu"/>
> <$action-sendmessage $message="tm-close-tiddler" 
> $param={{{[has[draft.of]field:draft.of<<selection>>]}}}/>
> </$list>
> </$button>
>
> this code make 66 new tiddler but dont clone the selectet tiddler.
>
> i must the tiddler clone while in this wiki i wortk with tiddlerfields in 
> my templates.
>
> thanks for help
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c3dcd41-1992-405e-8305-c60fcca053a9%40googlegroups.com.

Reply via email to