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}
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.
__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.
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}