Overview #
Article selection.
Field Type Parameters: #
-
Category ID – Category ID to allow selection from that category only.
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(What to show, Limit Output, Length, Clean Braces, Clean Quotes, Format) }}
-
What to show – What information about the article to show.
-
Limit Output – Limits returning output text, first number of characters or first number of words.
-
Length – Number of characters or words.
-
Clean Braces – Deletes all braces from the text. (i.e. to avoid Content Plugins running.)
-
Clean Quotes – Deletes all quotes from the text.
-
Format – The PHP date format ‘Y-m-d h:i:s’ can be applied to date type fields.
Example:
{{ FieldName("introtext",50,1,true,true,"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.