Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: None
-
Labels:None
Description
Add/Edit custom field - when Data Type = Note and HTML Type = textarea...
- Display (conditionally) new form section (fieldset) - "Field Size"
- Fieldset has 2 fields:
- Height (rows):
- Width (columns):
Default values are 4 (height), 60 (width)
Validate submitted values - must be positive integers
Modify custom field form rendering to use these values if available. If fields are null, textarea should display with NEW defaults: rows="4" cols="60" (currently, custom note fields 'default' to 4 and 80 - change this to 4 and 60 for fields w/ null Height and Width values)