...
An Image Field is a UI element designed to display and manage image files within an application. It allows users to view, upload, and sometimes edit images, providing a way to incorporate visual content into the application.
Attributes of
...
Image Field
Basic:
...
Attribute Name | Description | ||
---|---|---|---|
Label | A Label is the name shown to users and can come from various sources.
| ||
Place holder | This is a hint or example text displayed in an input field before the user enters their own data. | ||
Field Type | Here you can choose different field types.
| ||
Layout | Field Layout allows you to arrange fields on the form. | ||
Hide Space Checkbox | After marking this checkbox as true, it will crop the extra corners of the fields. | ||
Allow Sources | Here, users can select the image source as Attachment, Record, or URL. | ||
Allowed Format | Here, users can select the image format as PNG, JPG, JPEG, GIF, or SVG. |
...
Icon Events | Description |
---|---|
onload | This event action is triggered when the Field component is loaded. |
change | This event action is triggered when the field is changed.. |
blur | This event action is triggered when the field is unfocused. |
Below here is the onload event workflow action.
...