...
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_routinefunction" and space = currentSpace ( ) |
---|
labels | array_routinesfunctions |
---|
|