hello friends,

i want to do this thing.

1. i input the min-value.
2. i input the high-value.
3. i input the real-value.

Now shoud the radiowidget set himself the position

My next problem is that i must count the table-rows by hand.
can this tiddlywiki do automaticly?

< min-value = low
> high-valule = high
others = standard

how can i do that

my code at the time is this
kzu_tab define the table-head
kzu_ein define the table-input

\define kzu_tab()
<thead>
<tr valign=top align=left>
<th class=th-allg rowspan=2>Datum</th>
<th class=th-allg rowspan=2>Norm (kg)</th>
<th class=th-allg rowspan=2>Gewicht</th>
<th class=th-allg colspan=3>Wertung</th>
</tr>
<tr>
<th>&#8211;</th>
<th>&#9675;</th>
<th>&#10010;</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan=6>&#8211; = niedrig<br>&#9675; = Norm<br>&#10010; = hoch</td>
</tr>
</tfoot>
\end

\define kzu_ein2(datum normvon normbis gewicht  zaehler Wertung)
<tr align=right>
<td>$datum$</td>
<td>$normvon$ - $normbis$</td>
<td>$gewicht$</td>
<td><$radio field="gewicht$zaehler$" value="1"></$radio></td>
<td><$radio field="gewicht$zaehler$" value="2"></$radio></td>
<td><$radio field="gewicht$zaehler$" value="3"></$radio></td>
\end

-- 
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/db527a0c-c2fa-4cde-8908-e6dd161eccfan%40googlegroups.com.

Reply via email to