Function
FlowForma.Widgets.PersonOrGroupPicker(container, value, options)
Description
This function creates a FlowForma picker, when using a person or group picker.Uses
An example of when this is used is when a person or group question has been added to the flow, and a user is entering in a name. Also when configuring the Step assign to rule, the person configuring the rule may need to enter a name of a person or group.
Variables
container: Format - jQuery input element. (Example: $(“#picker”)). Description - This element will be used to build the FlowForma people picker on to. value: Format – Stringified JSON object. Description – If the variable is defined it selects the user. options: Format – Object. (Example:var options = { AllowCustomText: true, SelectSteps: true }).
Default options –

