Loading...
 
Skip to main content

Category: 11.x

11.x
Show subcategories objects

Name Type
editable display (inline) editable=inline will set the field to be editable online. required: "Inline editing (found in trackers)" and column should be set to mode=raw. --- example: {column label="First Name" field="firstName" __mode=raw__} ::...:: {FORMAT(name="firstName")}{display name="tracker_field_firstName" format=trackerrender __editable=inline__}{FORMAT} 11.x
editable=inline will set the field to be editable online.
required: "Inline editing (found in trackers)" and column should be set to mode=raw.
---
example:
{column label="First Name" field="firstName" __mode=raw__}
::...::
{FORMAT(name="firstName")}{display name="tracker_field_firstName" format=trackerrender __editable=inline__}{FORMAT}
tracker item
pagetitle display (inline) pagetitle="y" will set the browser title to the contents of the field for the first item found in the results with pagetitle set (useful for single item result pages) --- Note: For both pagedescription and pagetitle no filtering is performed on the content, so use plain text only and avoid non-alphanumeric characters. 11.x
pagetitle="y" will set the browser title to the contents of the field for the first item found in the results with pagetitle set (useful for single item result pages)
---
Note: For both pagedescription and pagetitle no filtering is performed on the content, so use plain text only and avoid non-alphanumeric characters.
tracker item
pagination __From Tiki 11, replaces 'list'__ The LIST plugin will display 50 results by default but depending on the output you might want to decrease the visible amount of results to improve performance. optional 11.x
__From Tiki 11, replaces 'list'__
The LIST plugin will display 50 results by default but depending on the output you might want to decrease the visible amount of results to improve performance.
tracker item