home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // ObjectArrayEditor
- // by Charles Lloyd
- ////////////////////////
-
-
-
- SubmitEdits: WOSubmitButton {
- action = processForm;
- value = "Submit Changes";
- };
-
- MyObjectArrayEditor: ObjectArrayEditor {
- objectArray = localObjectArray;
- labelArray = localLabelArray;
- keyArray = localKeyArray;
- columnWidthArray = localColumnWidthArray;
- cellPadding = cellPadding;
- cellSpacing = 0;
- borderSize = 2;
- fieldSize = 12;
- isEditable = isEditable;
- };
-
- ObjectValues: WOString {
- value = localObjectArray;
- };
-
- ToggleEditableButton: WOSubmitButton {
- action = toggleEditable;
- value = editableString;
- };
-
- ShowSourceControls: ShowSource {
- componentName = "ObjectArrayEditor";
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "ObjectArrayEditor";
- };
-