Deployment Guide

Option Description
resultsCss.max-height =
400px
Specifies that the list of matching items should be up to 400 pixels in height.
Additional CSS properties may be specified
using the “resultsCss” value, if required.
ajax.dataType = sajax
Specifies that the field should use a dynamic query mechanism to look up a search
term. This parameter should not be changed.
ajax.url =
NwaAirGroupUserSearchAjax
Specifies that the field should perform a user search. This parameter should not be
changed.
ajax.args.server =
Specifies the name of the LDAP server that should be searched. This parameter must
match the name of the LDAP server that was created, or else the search operation will
fail.
ajax.quietMillis = 500
Specifies that the user search operation should be performed after half a second (500
ms). This parameter is used to avoid performing searches while the user is still typing.
To increase the responsiveness of the user interface, this parameter can be reduced,
but doing so may increase the number of search operations performed against the
LDAP server.
Additional parameters that may be specified in this field include:
Option Description
width = 460px
Specifies the width of the field. A value in pixels may be specified, or another length unit
supported by CSS. This parameter does not need to be specified if the CSS Style field is
already used to specify a width.
maximumInputLength
= <number>
Specifies the maximum number of characters that may be entered.
maximumSelectionSize
= <number>
Specifies the maximum number of items that can be selected. Once this number has been
reached, the drop-down list will show a message returned by the formatSelectionTooBig
function.
closeOnSelect = false
Specify this option to prevent the drop-down list from closing when a value is selected. This
parameter is not recommended when dynamic search is enabled, as a dynamic list does not
contain all possible items that may be selected.
containerCss.<style-
name> = <style-value>
Specify CSS properties that will be applied to the containing element of the “select2” control.
dropdownCss.<style-
name> = <style-value>
Specify CSS properties that will be applied to the drop-down list element of the “select2”
control.
Table 80:
Additional Parameters, Select2 Options Field
For in-depth technical information about these functions, refer to the Select2 programmers documentation at
http://ivaynberg.github.com/select2/. For information on configuring AirGroup for LDAP user search, see "Configuring
LDAP User Search for AirGroup" on page 374.
Select2 Hook Details
The Select2 Hook field may be used to attach certain dynamic behaviors to the “select2” control.
This field must contain the definition of a JavaScript function that takes a single argument. The argument to this
function specifies certain behavioral properties of the control. The function should return the argument, updated as
necessary to specify the behavior that you want.
Dell Networking W-ClearPass Guest 6.3 | User Guide Administration | 379