Changeset 3898


Ignore:
Timestamp:
Oct 20, 2010, 12:38:31 PM (13 years ago)
Author:
olle
Message:

Refs #700. Class/file gui/form/Select.java in client/servlet/ updated
to create a multiple choice select box if a constructor with an
argument equal to a list of selected elements is used:

  1. Public constructor

Select(D param, List<Option> optionList, List<String> selected)
updated to set Boolean attribute multiple to true for
the created select box.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.