Actions
Bug #344
closedneed larger boxes for entering paragraphs
Start date:
11/29/2001
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
344
Description
Many places in morpho require the user to enter paragraphs of information, but
display these fields as one line text fields. These need to be changed
throughout to be appropriately sized text entry areas.
Updated by Chad Berkley almost 23 years ago
added support for 'multiline' input boxes in the editor. now you can specify a textbox with an attribute of multiline="yes" and it will use a textArea instead of a textField when creating the wizard screen. There is now a bug where the new multiline boxes do not repeat correctly. This shouldn't be too hard to fix though. I'll continue working on it.
Updated by Chad Berkley almost 23 years ago
fixed the last part of this bug. the text area fields now repeat correctly. it is now done.
Actions