PATH |
The WOCheckboxMatrix component displays a multi-column array
of checkboxes based on a list of objects and allows the user to
select any combination of these objects. This component displays
its content (everything between the <WEBOBJECT...>
and </WEBOBJECT...>
tags
in the template file) for each of the items in list
in
the same order as WOTable.
This component must be embedded within a WOForm.
movieArray
and
contain Movie objects.list
.
For example, currentMovie
could
represent an object in movieArray
.selections
array
would hold Movie objects.