!7 sclass Entry { S item, feedback = ""; sS _fieldOrder = "item feedback"; } cmodule ListWithFeedback > DynObjectTable { S computerNotes, humanNotes; /*visual jvsplit(0.2, dm_textAreaWithTitle computerNotes(), jvsplit(0.6/(1-0.2), super, dm_textAreaWithTitle humanNotes()));*/ visual northCenterAndSouthWithMargins( jMinHeight(70, dm_textAreaWithTitle computerNotes()), withTitle("The List", super), jMinHeight(70, dm_textAreaWithTitle humanNotes())); // API void importItems(LS l) { setData(mapToField item(Entry, l)); } }