Loading...
 
Skip to main content

LIST parameters - source - working documentation of plugin list

list all parameters of the wikiplugin list for use as source for the list target tracker

Items 43

Parameter Command Description Version
categories filter (inline) Match on the object's directly associated categories.
code display (inline)
content filter (inline)

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.

contributors filter (inline) user login to search for as the contributors for the content
deepcategories filter (inline) Match on the object's categories or their parents, providing deep searching.
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
excludeParents display (inline)
favorite filter (inline) Show only the favorited objects of a certain user.
field column (inline)

name of the field(s) of this column
corresponds (must be identical) with the parameter "name" of the command "FORMAT"

field filter (inline)

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

field caption (inline)
field body (inline)
format display (inline) plain, objectlink, date, datetime, trackerrender, reference, snippet, categorylist, wikiplugin, imagegrabber, ...
id carousel (inline)
interval carousel (inline) Defines the time in milliseconds, until the slides of a carousel change.
label column (inline)
language filter (inline) Search on the object's language (2-letter code) when available. unknown is used when unspecified.
list_mode display (inline)

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"}

9.x
max pagination (inline)

numeric
number of displayed results if not the default (preference maxRecords which defaults to 25)

max list (inline)

numeric
number of displayed results if not the default (preference maxRecords which defaults to 25)

mode column (inline) use for mode=raw to prevent wiki formatting
mode body (inline) use for mode=raw to prevent wiki formatting
name display (inline)

text identifier of the object to display (ex. a tracker field)
example: name="tracker_field_permanentName"

name FORMAT (embracing)

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"

objecttype filter (inline) tba
pagedescription display (inline)

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.

9.x
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
pause carousel (inline)
price display (inline)

depends on displayed object


example:
{display name="wikiplugin_addtocart" format=wikiplugin price="tracker_field_44" ...}

qualifier filter (inline) tba
range filter (inline) A date range (unix timestamp) must have from and to arguments specified or can take "now" instead of a unix timestamp. You can also set either from or to together with "gap" to specify the one relatively to the other.
relation filter (inline)

Must have certain relation.
Additional field arguments objecttype and qualifier (the relationship) must be specified.

requiredParents display (inline)
separator display (inline)
singleList display (inline)
sort column (inline)
template OUTPUT (embracing)

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.

textrange filter (inline) A text range must have from and to arguments specified.
thumb display (inline)

depends on the displayed object


example
{display name="wikiplugin_img" format="wikiplugin" fileId="tracker_field_pic" thumb="box" ...}

type filter (inline)

Filter on object type:
wiki page, trackeritem
multiple types by providing a comma separated list

type display (inline) Example: category, freetag, trackeritem
wiki OUTPUT (embracing) The OUTPUT command can specify a wiki page where the wiki 'templating'will be defined similarly than a pretty tracker template for the wiki plugin trackerlist.
wrap filter (inline)