Overview #
Path to a folder on the server. Allows file selection from a specified folder.
Field Type Parameters: #
Folder
(optional) – Folder from which a user can select a file.
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(Security, Link, Icon, Target Window) }}
Security
(optional) – Encrypts the file link and restricts access time.Link
(optional) – How the link should be displayed.Icon
(optional) – Select the icon size.Target Window
(optional) – Target browser window for opening the link.
Example:
{{ FieldName("timelimited","filename-link",32,"parent") }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Parameters for configuring the input element for file selection.
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(CSS Class, Attributes) }}
CSS Class
(optional) – Name(s) of the 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.