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.
Info |
---|
...
There is also Positive and Negative action buttons that appear on the Form's button bar. |
FeatureFeatures:
- 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 allows uploading multiple files at the same timeenables files to be attached through drag-and-drop or file selection.
- It allows enables restricting the file upload by file formats.
- It allows enables restricting the file upload by file size.
- It allows enables setting as visible or invisible and enabled or disabled.
- It allows you to preview enables previewing the uploaded file in the read-only mode.
- It validates the file MIME type.
...