name of the field(s) of this column corresponds (must be identical) with the parameter "name" of the command "FORMAT"
text identifier of the object to display (ex. a tracker field) example: name="tracker_field_permanentName"
depends on displayed object
example: {display name="wikiplugin_addtocart" format=wikiplugin price="tracker_field_44" ...}
depends on the displayed object
example {display name="wikiplugin_img" format="wikiplugin" fileId="tracker_field_pic" thumb="box" ...}
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"}
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.
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.
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}
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.
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
Filter on object type: wiki page, trackeritem multiple types by providing a comma separated list
Must have certain relation. Additional field arguments objecttype and qualifier (the relationship) must be specified.
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"
numeric number of displayed results if not the default (preference maxRecords which defaults to 25)
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.