Image File

Overview #

Provides Image Upload functionality.

Field Type Parameters: #

  1. Image Size Options (optional) – Specify various size options. When an image file is uploaded, Custom Tables will create modified versions of the image file based on these settings.
  2. Image Processing Methods (optional) – Image processing methods to be applied to newly uploaded images. This option is available in the Pro Version only.
  3. Folder (optional) – Folder where all the files will be kept. By default /images
  4. Save As File Name (optional) – Defines how the uploaded image file will be named.
    • (Default. Date Time (YmdHis))
    • transliterated – (Filename (Transliterated). Alphanumeric and transliterated. Whitespace is replaced with an underscore character. An extra number may be added if the file name is not unique..)
    • original – (Filename As It Is. File name as it is, with no changes. An extra number may be added if the file name is not unique..)

Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Pure Value (Unprocessed): #

Example:

{{ FieldName.value }}


Edit Record Parameters: #

Parameters for configuring the input element for image uploads.

Basic usage:

{{ FieldName.edit }}

Usage with parameters:

{{ FieldName.edit(CSS Class, Attributes) }}
  1. CSS Class (optional) – Name or names of CSS class(es).
  2. Attributes (optional) – Optional attributes such as: disabled, onclick, onchange, etc.

What are your feelings

Leave a Reply

Updated on January 9, 2025