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)
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::+]][[Title::!!!]]|limit=99999|returntext=Title" placeholder="Search for Documentation Titles" multiple="multiple">
</_token>/>
Note
In a SMW Qeury the !!! will be replaced with whatever the user types.