Classes
\
| Name | Description | |
|---|---|---|
| MultiSelectField | Example: <code php> new MultiSelectField( $name = "topics", $title = "I am interested in the following topics", $source = array( "1" => "Technology", "2" => "Gardening", "3" => "Cooking", "4" => "Sports" ), $value = "1" ) </code> | EMPTY |