Action
These are group of form items that enable you to perform actions.
Button
The Button component is a typical button item that appears within the form. For more information, refer Button.
There is also Positive and Negative action buttons that appear on the Form's button bar.
Features:
- It renders the plain text or property-driven text as button name.
- It allows setting as visible or invisible and enabled or disabled.
- It provides the Click event to handle the logic.
Upload Panel
The Upload Panel component is a panel of items dedicated for file upload handling. For more information, refer Upload Panel.
Features:
- It enables files to be attached through drag-and-drop or file selection.
- It enables restricting the file upload by file formats.
- It enables restricting the file upload by file size.
- It enables setting as visible or invisible and enabled or disabled.
- It enables previewing the uploaded file in the read-only mode.
- It validates the file MIME type.
In Edit and View Modes
- Both the modes render the Upload Component as it is.