Optionally sed when in the command OUTPUT (embraced) the parameter type=table. {column ...} defines the specific configuration of each column of the table. One command per column.
Used to define placement and formatting of individual objects. {display ...} embraced by the FORMAT command.
filter is a required command in the LIST body content and is used to define the search query that will be run to gather a set of results from the complete set of objects that have been indexed by the Unified Search. A large number of possible individual parameters can be 'filtered' . Multiple filter commands can be applied in an additive manner, ie the equivalent of an AND operation.
The FORMAT command is used to create individually templated objects that can then be used in any of the individual OUTPUT methods. The FORMAT command allows to apply a wiki template and store it inside a named value. The value can then be used inside an other wiki template, or more usefully inside a smarty template.
Up to Tiki 12.3, replaced by 'pagination' 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.
Full text search on all of the object's content Additional field argument can be provided to search for other fields instead of the default ones.
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}
name of the field(s) of this column corresponds (must be identical) with the parameter "name" of the command "FORMAT"
to search trackers (for type=trackeritem, specify field; for instance, for tracker field "Foo Bar" with permanent name "foobar", you need to write field=tracker_id_foobar ) object type to filter, example: field=tracker_id
Sample using the default Bootstrap Carousel formatting. See: LIST - output command
Sample using the default media list formatting. See: LIST - output command
as-is, default format optionally in conjunction with parameter 'separator'
to display a link based on the value mandatory in cojunction with parameter 'type' optionally in cojunction with parameter'separator'
use ''format=reference" for tracker fields which are "page selector" fields, to assure that you link to the page whose name is contained in the tracker, rather than to the tracker record.
to display the initial portion of the a large text optionally in conjunction with parameters 'length' and 'suffix'
Note that the column plugins (within OUTPUT) are converted to a data array sent to the template. The table formatting uses smarty formatting and provides the same capabilities. See: LIST - output command