Overview #
Stores the ID of the user who created the record.
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(Information about the user to display., Format) }}
-
Information about the user to display. – Information about the user to display.
-
Format – PHP date format, e.g., ‘h:i:s’
Example:
{{ FieldName("registerdate","Y-m-d") }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(CSS Class, Attributes) }}
-
CSS Class – Name or names of CSS classes.
-
Attributes – Optional attributes like: disabled, onclick, onchange, etc.
Leave a Reply
You must be logged in to post a comment.