Source
383
383
}
384
384
};
385
385
386
386
/**
387
387
* Initialize and interact with multi select input element.
388
388
*
389
389
* Function can either accept a method from supported methods or expects the multiselect element to contain
390
390
* a 'data-params' attribute with the following possible properties:
391
391
* string url backend url
392
392
* string name input element name
393
+
* string multiselect_id multiselect wrapper id (optional)
393
394
* object labels translated labels (optional)
394
395
* array data preload data {id, name, prefix} (optional)
395
396
* string data[][id]
396
397
* string data[][name]
397
398
* string data[][prefix] (optional)
398
399
* bool data[][inaccessible] (optional)
399
400
* bool data[][disabled] (optional)
400
401
* string placeholder set custom placeholder (optional)
401
402
* array excludeids the list of excluded ids (optional)
402
403
* string defaultValue default value for input element (optional)