Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

These are group of form items that enable you to perform actions.

Button

The Button is a typical button item that appears within the form.
Note: There is also Positive and Negative action buttons that appear on the Form's button bar.
Negative Action ButtonPositive Action Button


Feature:-

  • 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 is a panel of items dedicated for file upload handling.

Features:-

  • It allows uploading multiple files at the same time.
  • It allows restricting the file upload by file formats.
  • It allows restricting the file upload by file size.
  • It allows setting as visible or invisible and enabled or disabled.
  • It allows you to preview 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.
  • No labels