Deployment Guide

The “Vertical and “Horizontal layout styles control whether the check boxes are organized in top-to-bottom or
left-to-right order. The default is Vertical if not specified. When using these options, you may also specify the
desired number of columns or rows to adjust the layout appropriately.
For example, suppose the first two check boxes are selected (in this example, with keys “one” and “two”). The
incoming value for the field will be an array containing 2 elements, which can be written as array("one",
"two"). The NwaImplodeComma conversion is applied, which converts the array value into the string value
“one,two, which is then used as the value for the field. Finally, when the form is displayed and the value needs
to be converted back from a string, the NwaExplodeComma display function is applied, which turns the
“one,two string value into an array value array("one", "two"), which is used by the checklist to mark the
first two items as selected.
l Date/time picker A text field is displayed with an attached button that displays a calendar and time chooser. A
date may be typed directly into the text field, or selected using the calendar:
Dell Networking W-ClearPass Guest 6.0 | Deployment Guide
Form Field Editor
| 155