Overview #
Provides Multiple Image Upload functionality.
Interactive Image Gallery examples
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 /images
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(Size, List Separator) }}
Size
(optional) – Select the image size variant. Options: _thumbnail, _original, _count, CUSTOM_NAMEList Separator
(optional) – Separate images with a character, e.g., `,` or `;`
Example:
{{ FieldName("_original",";") }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Parameters for configuring the input element for image galleries.
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.