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
list_mode="y" can be added to use the list display settings for that field.
example: {display name="tracker_field_42" format="trackerrender" list_mode="y"}
numeric number of displayed results if not the default (preference maxRecords which defaults to 25)
text identifier of the object to display (ex. a tracker field) example: name="tracker_field_permanentName"
The name parameter in the FORMAT command defines the name of an object with that is displayed in a specific way. This object reference is then used in the column command embraced by the OUTPUT command. A similar use of the FORMAT command allows the normal set of smarty variables, eg {user} etc, to be made available in smarty templates, using name="smarty variable"
pagedescription="y" will set the page's meta description tag to the contents of the field for the first item found in the results with pagedescription set if the metatag_pagedesc preference is enabled.
Note: For both pagedescription and pagetitle no filtering is performed on the content, so use plain text only and avoid non-alphanumeric characters.
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)
depends on displayed object
example: {display name="wikiplugin_addtocart" format=wikiplugin price="tracker_field_44" ...}
Must have certain relation. Additional field arguments objecttype and qualifier (the relationship) must be specified.
A simple built-in templating method can be used by setting the OUTPUT template parameter. See: LIST - output command Note: by placing Wiki syntax directly in the OUTPUT body content, along with the required objects to be displayed, the command allows a template for each row of output to be constructed within the LIST plugin itself.
depends on the displayed object
example {display name="wikiplugin_img" format="wikiplugin" fileId="tracker_field_pic" thumb="box" ...}
Filter on object type: wiki page, trackeritem multiple types by providing a comma separated list