FormField
|
+--DropDownField
|
+--PasswordQuestionField
public class PasswordQuestionField
extends DropDownField
| Field Summary | |
|---|---|
| mixed | An array of password questions. |
| Fields inherited from FORMfields.fields.DropDownField | |
|---|---|
| OR_STRING_MAX_SIZE, blankString, fieldEnabled, height, includeNewChoice, newChoice, options, subFieldsCannotBeEmpty, values | |
| Fields inherited from FORMfields.fields.FormField | |
|---|---|
| autoPropagate, data, disableEnterHandler, displayValuesOnNewLine, editable, enabled, endingString, enterTabHandler, enterTabs, error, extraHtml, fieldBelowLabel, formError, help, hidden, htmlify, id, isData, label, labelForId, multiValues, name, required, subFieldDisplayValueSeparator, subFieldSeparator, subFieldValueSeparator, subFields, subFieldsCannotBeEmpty, trimWhitespace, validators, value, valueIsHtml | |
| Constructor Summary | |
|---|---|
PasswordQuestionField(string name, string label, int required, string blankString) Creates a new PasswordQuestionField. |
|
__construct(string name, string label, int required, string blankString) Creates a new PasswordQuestionField. |
|
| Methods inherited from FORMfields.fields.DropDownField | |
|---|---|
| getEditableFieldTag, getParameter, setValue | |
public mixed $ENUM_PWD_QUESTIONS = array(0 => "What is your mother's maiden name?"
An array of password questions.
public PasswordQuestionField(string name, string label, int required, string blankString)
Creates a new PasswordQuestionField.
PasswordQuestionField a drop down field of password questions.