An item’s layout attributes define how the item looks and behaves in TrialMaster.
Layout Attribute |
Definition |
Disabled |
Defines whether data can be saved in the item. |
Hidden |
Defines whether the item is visible to the end user. |
Read Only |
Defines whether data can be entered by the user for this item. (The system can enter data via edit checks even in read-only state.) |
Width |
Defines the width of the field |
Minimum Length |
Minimum # of characters required for the item. |
Maximum Length |
Maximum # of characters allowed for the item. |
Scale |
Defines the # of decimal places to display for “Float” data types. (value must be less than the Maximum Length). |
TextCasing |
Defines whether text entered for this item will be automatically rendered as upper or lower-case, or a mixture of both (available with TextBox and TextArea only). |