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