FormField
|
+--DropDownField
|
+--ListField
|
+--MultipleListField
|
+--SetSelectorField
|
+--ListBuilderField
public class ListBuilderField
extends SetSelectorField
| Fields inherited from FORMfields.fields.SetSelectorField | |
|---|---|
| add, addOther, defaultOptions, includeOtherChoice, otherChoice, remove, setChanged, subset, superset | |
| Fields inherited from FORMfields.fields.MultipleListField | |
|---|---|
| maxSelections, minSelections, multiValues | |
| Constructor Summary | |
|---|---|
ListBuilderField(string name, string label, int required, int height, int maxSelections, int minSelections, array options) Creates a new ListBuilderField. |
|
__construct(string name, string label, int required, int height, int maxSelections, int minSelections, array options) Creates a new ListBuilderField. |
|
| Method Summary | |
|---|---|
| string | Returns the HTML used to display the input portion of this field. |
| Methods inherited from FORMfields.fields.SetSelectorField | |
|---|---|
| adjustSuperset, clearValue, getALabelTag, getEditableFieldTag, getParameter, setDbValue, setValue | |
| Methods inherited from FORMfields.fields.MultipleListField | |
|---|---|
| getEditableFieldTag, isValid | |
public ListBuilderField(string name, string label, int required, int height, int maxSelections, int minSelections, array options)
Creates a new ListBuilderField.
public string getEditableFieldTag()
Returns the HTML used to display the input portion of this field.
ListBuilderField is a field to edit a user supplied list.