home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // RadioMatrix
- // by Charles Lloyd
- ////////////////////////
-
- Table: WOGenericContainer {
- elementName = "table";
- border = borderSize;
- cellSpacing = cellSpacing;
- cellPadding = cellPadding;
- };
-
- ButtonRepetition: WORepetition {
- list = valueStringsList;
- item = aValue;
- };
-
- RadioButton: WORadioButton {
- name = matrixName;
- value = aValue;
- selection = selectedItem;
- };
-
- ButtonString: WOString {
- value = aValue;
- };
-
- OptionalBreak: WOConditional {
- condition = isVertical;
- };
-
- Comment: WOConditional {
- condition = NO;
- };
-