Plugin |
Parameters |
Parameter Info |
Js |
file |
JavaScript filename |
lateload |
Late load, use headerlib Options: | y | n |
Kaltura |
id |
Kaltura ID of the video to be displayed |
player_id |
Kaltura Dynamic Player (KDP) user interface configuration ID Options: | 23583451 | 13412472 | 7693591 | 7668631 | 7645931 | 7645941 |
width |
Width of the player in pixels or percent |
height |
Height of the player in pixels or percent |
align |
Alignment of the player Options: | left | center | right |
float |
Alignment of the player using CSS float Options: | left | right |
Kanban |
boardTrackerId |
Id of the tracker the board is a partial representation of |
title |
Tracker field containing the inline editable text shown on each card. |
description |
Optional text shown below the title on each card. |
column |
Tracker field representing the columns, usually a dropdown list with options such as "Wishes", "Work" and "Done". |
columnValues |
For the tracker field mapped in "column", defines for each column the value a tracker item must have for that field, as well as the label displayed as the column header and the WiP limit for that column. Implicitely defines the number of columns and in which order they are shown; You can skip values so they are not part of the board (and you typically do, if only to eventually archive done cards).
The parameter is and array of colon separated values, each containing a coma separated arguments configuring the column.
In order, the configuration represent the:
1) Mandatory. The value the mapped field must have in the tracker item for the card to be shown in the matching column.
2) Optional. If present and not "null", the text to be displayed as the column header instead of the normal tracker field label for the value above. (For example "Done" instead of "Closed")
3) Optional. If present and not "null", the WiP (Work in Progress) limit for the cards in the column. In "null", there is no limit for the number of cards in the column. Typically you will use null for the first and last column.
null or nothing between the comas means the parameter is not set. Necessary since the arguments are positional.
So for example:
someValue,someAlternateTextToDisplay,null:someOtherValue,,4
Means the board would have two colums, the first column would be titled "someAlternateTextToDisplay" containing cards with the value "someValue" for the mapped field and no limit to the number of cards. The second column would have cards with "someOtherValue" for the mapped field, with whatever the label is for that value in the field definition, and the column would be highlighted red if there is more than 4 cards. No card with any other value would be anywhere on the board.
To allow empty values, include a field with an empty value (ex: someValue:someOtherValue:,Unsorted cards)
If the whole parameter is absent (not recommended), all possible field values will be used to generate columns (except the empty value).
|
order |
Sort order for cards within a cell. Must be a numeric field. You will have to create it if the board represents an existing tracker. It is not meant to be displayed to the user, or represent something global like "priority" (that would make no sense on a partial representation). It merely means that the card is displayed above any card with lower value, and below any card with a higher one if displayed in the same cell. When a card is moved board will halve the value of the two surrounding cards to compute the new value. |
swimlane |
Tracker field representing the "rows" or "swimlanes" of the board. Can be any field with discrete values. Usually represents a client, a project, or a team member.
By default, all tracker items with that field set to a valid values will be shown on the board. To allow empty values, see swimlaneValues.
Note: A kanban board can have multiple rows, but these rows aren't independent, they share the same possible States and Wip limits. If what you want is completely independent "rows", create two boards on the same tracker, with different filters. |
swimlaneValues |
Similar to columnValues, except there is no WiP limit.
To allow empty values, include a field with an empty value (ex: someValue:someOtherValue:,Unsorted cards). An aditional swimlane will be included for empty values.
If the parameter is present but only contains the empty value (ex: ,Unsorted cards), all possible field values will be used to generate swimlanes, and an aditional swimlane will be included for empty values.
|
Lang |
lang |
List of languages for which the block is displayed. Languages use the two letter
language codes (ex: en, fr, es, ...). Use + to separate multiple languages. |
notlang |
List of languages for which the block is not displayed. Languages use the two
letter language codes (ex: en, fr, es, ...). Use + to separate multiple languages. |