...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
argv | StringĀ String [] | Yes | The argv variable | label | String | Yes | The label of the multi user picker | |
...
Assume we have the following script that creates a multi user picker:
Code Block |
---|
|
gadget_createMultiUserPicker("MultiUserPicker", {"admin", "demouser"}, true, "Required Multi User Picker"); |
in order to retrieve the values entered in the field above we need to use the gadget_getMultiUserPicker routine function as follows:
Code Block |
---|
|
string[] res = gadget_getMultiUserPickerValue(argv, "MultiUserPicker");
//res[0] = admin
//res[1] = demouser
//The routinefunction has returned in this case an array of two strings, "admin" and "demouser". |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "gadget_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.