FormContextFormRenderMode Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.Template
public enum FormRenderMode
Member name | Value | Description | |
---|---|---|---|
Edit | 0 | Normal, default rendering - all fields are per default editable (but individual fields may be set ReadOnly). NB: also covers "Create" mode (fields are editable in create mode...) | |
ReadOnly | 1 | Render in read only mode (e..g when user does not have update access). No fields are editable. Some fields may be rendered differently from in edit mode - e.g. to display entire contents of text fields that are scrollable in edit mode. | |
2 | Print mode - like read only mode, but special handling of tabsets (all tabs are visible at once). |