$buttonDeselect =
[line 61]
reference to the 'de-select' button.
Tags:
$buttonDeselectAll =
[line 68]
reference to the 'de-select-all' button.
Tags:
$buttonSelect =
[line 47]
reference to the 'select' button.
Tags:
$buttonSelectAll =
[line 54]
reference to the 'select-all' button.
Tags:
$captionLineClass =
[line 130]
the css class for the this.showCaptionLine feature.
Tags:
$fieldAvailableCssClass =
[line 75]
the css class name to use for the 'available' select field.
Tags:
$fieldSelectedCssClass =
[line 82]
the css class name to use for the 'selected' select field.
Tags:
$hiddenFieldName =
[line 193]
name of the hidden form field.
the method convertField() uses the field name of the field you convert. don't set it here.
if it does not end with the [] brackets already, they will be added. multiple fields in php need that.
Tags:
$maxSelectedNumber =
[line 160]
you can limit the number of selectable options, for example 3.
then no more than 3 options can be in the selected list at a time.
Tags:
$maxSelectedWarning = 'No more than __maxSelectedNumber__ options can be selected.'
[line 170]
the error message for this.maxSelectedNumber.
the string '__maxSelectedNumber__' is a placeholder for the number specified in this.maxSelectedNumber.
Tags:
$moveOnClick = false
[line 151]
if the elements should be moved on a single click.
moving means from available to selected and vice versa.
Tags:
$moveOnDblClick = true
[line 140]
if the elements should be moved on a double click.
moving means from available to selected and vice versa.
Tags:
$showCaptionLine = false
[line 123]
if your select field is too small to show the full captions of the options (width), you can enable this feature. it will show the full caption of the last selected option (of both fields, 'available' and 'selected') below the fields.
have a look at the examples.
Tags:
$textAvailable = 'Available:'
[line 89]
the caption above the 'available' field.
Tags:
$textAvailableCssClass =
[line 97]
css class name for the this.textAvailable string.
Tags:
$textSelected = 'Selected:'
[line 104]
the caption above the 'selected' field.
Tags:
$textSelectedCssClass =
[line 112]
css class name for the this.textSelected string.
Tags:
$_constructor =
[line 807]