Currently the main templates follow this structure:
label "sometext" (wide) radio-group 20x5 data [ "N" "A" ] edit-list "" 25x4 data [ "choice1" "choice2" "choice3" ]
or
label "sometext" (wide) radio-group 20x5 data [ "N" "A" ] field "some default"
(wide) is just a spacer indicator ... and an alternative is (thin).
Now if the radio-group is not selected, then no text from this format is inserted into the text. However, if the radio-group is selected, then the label is inserted followed by the expanded form of the radio-group. In this case, "N" becomes "normal" and "A" becomes "abnormal".
Other choices include "+" => present, "-" => absent, "-v" => negative "+v" => positive, "R" => right, "L" => left. ( in R211 beta-1 )
Now, any text following the radio-group is only inserted if the right hand side of the radio-group is selected. Otherwise it is ignored. So, in the examples above, "choice1" ... "choice3", and "some default" are ignored unless "A" is selected.
Sometimes however, you might want some text to be inserted without a radio-group following it. A new widget of type "slabel" appears in R211 beta-1. The s stands for "sticky" - so that we have sticky labels
Graham Chiu
Beta Downloads and Documentation Wiki
Developer Forum