hi friends of tiddlywiki
the blue code is the original
rest is trying to change of dropdown
\define NeuerZyklus(Kennzeichen Sache Jahr)
<$button>''$Sache$'' für das Jahr ''$Jahr$''
<$action-createtiddler $basetitle="$Kennzeichen$-$Sache$ - $Jahr$"
tags="[[$Kennzeichen$]] [[$Sache$]]" text={{$Kennzeichen$-$Sache$ -
VORLAGE}}/>
</$button>
\end
<$vars ph="Geben Sie den Text für den Tiddler ein">
<tr><td>Sache:</td><td>
<select tiddler="$:/temp/Sache" tags=input>
<option value="Benzin" >Benzin </option>
<option value="Fahrzeugpflege" >Fahrzeugpflege </option>
<option value="Inspektionen/TÜV" >Inspektionen/TÜV </option>
<option value="Reparaturen/Wartung" >Reparaturen/Wartung </option>
<option value="Scheibenwischer" >Scheibenwischer </option>
</select>
<!--
<$edit-text tiddler="$:/temp/Sache" tag=input size=30 placeHolder=<<ph>>
default="Sache"/>
-->
</td>
<td>Kennzeichen:</td><td> <$edit-text tiddler="$:/temp/Kennzeichen"
tag=input size=12 placeHolder=<<ph>> default="Kennzeichen"/></td>
<td>Jahr:</td><td><$edit-text tiddler="$:/temp/Jahr" tag=input size=4
placeHolder=<<ph>> default="2020"/></td></tr>
</$vars>
<$macrocall $name=NeuerZyklus Kennzeichen={{$:/temp/Kennzeichen}}
tiddler={{$:/temp/Sache}} Jahr={{$:/temp/Jahr}}/>
<<tabs [tag[Inhalt]!sort[created]] "" "$:/state/Inhalt" "tc-vertical">>
Its dont work.
i don't no what's wrong.
Any Ideas?
Thanks for help
Gerald
--
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/19f97757-2833-4772-90fa-620b09686833n%40googlegroups.com.