home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // AttributeEditor
- // by Charles Lloyd
- ////////////////////////
-
-
- EditorTable: WOGenericContainer {
- elementName = "table";
- border = borderSize;
- cellPadding=cellPadding;
- cellSpacing=cellSpacing;
- };
-
- EntryRepetition: WORepetition {
- count = entryCount;
- index = repetitionIndex;
- };
-
- KeyCell: WOString {
- value = keyString;
- };
-
- ValueCell: ReadWriteString {
- value = valueString;
- fieldSize = fieldSize;
- isEditable = isEditable;
- };
-
- Comment: WOConditional {
- condition = NO;
- };
-