Overview #
Provides Image Upload functionality.
Field Type Parameters: #
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.Image Processing Methods
(optional) – Image processing methods to be applied to newly uploaded images. This option is available in the Pro Version only.Folder
(optional) – Folder where all the files will be kept. By default /imagesSave As File Name
(optional) – Defines how the uploaded image file will be named.
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) }}
CSS Class
(optional) – Name or names of CSS class(es).Attributes
(optional) – Optional attributes such as: disabled, onclick, onchange, etc.
Leave a Reply
You must be logged in to post a comment.