home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // ObjectArrayEditor
- // by Charles Lloyd
- ////////////////////////
-
-
-
- EditorTable: WOGenericContainer {
- elementName = "table";
- border = borderSize;
- cellPadding = cellPadding;
- cellSpacing = cellSpacing;
- };
-
- LabelRepetition: WORepetition {
- count = colCount;
- index = colIndex;
- };
-
- RowRepetition: WORepetition {
- count = rowCount;
- index = rowIndex;
- };
-
- FieldRepetition: WORepetition {
- count = colCount;
- index = colIndex;
- };
-
- LabelString: WOString {
- value = labelString;
- };
-
- ValueString: ReadWriteString {
- value = valueString;
- fieldSize = fieldSize;
- isEditable = isEditable;
- };
-
- Comment: WOConditional {
- condition = NO;
- };
-