Table Of Contents
 

Interfaces

UDI supports the following interfaces:

  • Boolean_YesNo (Yes/No checkbox)
    Displays a checkbox interface. Places either 'yes' or 'no' in database field.
  • Colour
    Displays a color picker. Places hexadecimal color code like 22FF66 in database field.
  • Date
    Displays a interface for picking a date. Places date in database field.
  • DateTime
    Displays a interface for picking a date and also picking the time. Places date and time in database field.
  • Decimal
    Displays a interface for entering a decimal value. Places decimal value in database field.
  • EmailAddress
    Displays a interface for entering a valid email address. Places email address in database field.
  • File
    Displays a interface for uploading or choosing a file. Places selected file name in database field.
  • fileselector
    Displays a interface for uploading or choosing a file. Places selected file name in database field.
  • Image
    Displays a interface for uploading an image. Places selected image name in database field.
  • Number
    Displays a interface for inputing a whole number.
  • WYSIWYG
    The WYSIWYG interface generates a powerful Visual HTML Editor for the end user.