Gerald a Quick brain dump 1. i input the min-value. > 2. i input the high-value. > 3. i input the real-value. > > Use three edit-text widgets to edit three fields in a separate config tiddler, in-value high-value and real-value.
> Now should the radiowidget set himself the position > I am not sure what the radio widget supposed to do? > > My next problem is that i must count the table-rows by hand. > can this tiddlywiki do automaticly? > What determines the number of rows, and how are you generating them? A list that calls kzu_ein2? > > < min-value = low > > high-valule = high > others = standard > > how can i do that > What do you want to do with the values given? > > my code at the time is this > kzu_tab define the table-head > kzu_ein define the table-input > More a table row, yes. The input is elsewhere. > > \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>–</th> > <th>○</th> > <th>✚</th> > </tr> > </thead> > <tfoot> > <tr> > <td colspan=6>– = niedrig<br>○ = Norm<br>✚ = 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 > Here you are NOT closing the </tr> Regards Tones -- 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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f20ef977-b9eb-4157-becc-a3b7b58e950co%40googlegroups.com.