Loading...
 
Skip to main content
Sortable UI elements for customization

Sortable List of Control blocks

1 - 10 / 14 (14)
Command
Description
Required
see also
ALTERNATEused in conjunction with the OUTPUT command it can define an alternative output when an individual item (row) from a search/listing has no value.optionalPluginList output control block
bodyoptional
captionoptional
carouselwraps the carousel specific parameters and values inside a command OUTPUT with type=carouseloptional
column

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.

optional
display

Used to define placement and formatting of individual objects.
{display ...} embraced by the FORMAT command.

optionalPluginList display control block
filter

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.

required
FORMAT

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.

optionalPluginList format control block
iconoptional
list

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.

optional

Sortable List of Parameters

Sortable List of Values

1 - 10 / 12 (12)
Value
Parameter
Command
Description
Version
carouseltemplateOUTPUT (embracing)

Sample using the default Bootstrap Carousel formatting.
See:
LIST - output command

14.x
dateformatdisplay (inline)using the short date format
datetimeformatdisplay (inline)using the short datetime format8.x
imagegrabberformatdisplay (inline)automatically grabs images from a source that is provided.
medialisttemplateOUTPUT (embracing)

Sample using the default media list formatting.
See:
LIST - output command

13.x
objectlinkformatdisplay (inline)uses the value as the label to a link to the object
plainformatdisplay (inline)

as-is, default format
optionally in conjunction with parameter 'separator'

referenceformatdisplay (inline)

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.

snippetformatdisplay (inline)

to display the initial portion of the a large text
optionally in conjunction with parameters 'length' and 'suffix'

tabletemplateOUTPUT (embracing)

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