The Form Mode determines how the form should render the items on the screen. There are two types of form modes, View and Edit.
# |
Components |
Description |
---|---|---|
1 |
Edit |
The Edit mode is like Write mode that displays the form items for user input. |
2 |
View |
The View mode is like Read Only mode that displays the items and their values as static labels. |
3 |
Item based Mode or Mixed Mode |
This mode renders the items based on the Read Only Property of the form items. |