Name

_token

Type

_token

Synopsis

Token input field

Description

Use of select2 tokens

Parameters

_token

name = e.g. tokenfield[]

allowtags = (no value) Allow to create values that do not exist

allowclear = allow user to clear his selection (for json ajax calls)

allowsort = allow user to sort values

input-length-trigger = integer number of characters before lookup actually happens, defaults to 3

id = mandatory

query = If you have semantic mediawiki installed, you can do a SMW Ask query here to fill the options list

callback = templateCallBack

multiple = multiple

Example

Example 1 : Search for pages in the Doc page types.

<_token name="tokenfield[]" id="tokener" query="[[Class::Doc]][[Title::!!!]](limit=99999)(returntext=Title)" placeholder="Search for Documentation Titles" multiple="multiple">
</_token>

FORM CANNOT BE RENDERED, NOT VALIDATED

Note

In an SMW query, the !!! will be replaced with whatever the user types.

Links

ws-page-props