Interacting with user inputs
You can use input controls in a configuration page to allow the user to directly input values. The following input controls are available in Nintex Workflow 2013:
-
The DropDownWithInsertReference control combines an InputDropDownList control and a SingleLineInput control, which allows the user to either select a value from a dropdown list, or input a value that can include workflow references.
-
The InputDropDownList server control allows the user to select a value from a dropdown list.
-
The InputTextBox server control allows the user to input a value.
-
The ItemTable control presents a table with which the user can interact.
-
The PlainTextWebControl control allows the user to input a free-form text value, including workflow references, and can optionally display the XPath Query Builder dialog.
-
The SingleLineInput user control allows the user to specify a value, which can optionally include a workflow reference.
See Also
Concepts
Operations
Working with configuration pages