FormField
|
+--TextField
|
+--HiddenField
public class HiddenField
extends TextField
| Fields inherited from FORMfields.fields.TextField | |
|---|---|
| maxLength, minLength, size | |
| 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 | |
|---|---|
HiddenField(string name, string value, int maxLength, mixed label) Constructs a new HiddenField. |
|
__construct(string name, string value, int maxLength, mixed label) Constructs a new HiddenField. |
|
| Method Summary | |
|---|---|
| string | Returns the HTML used to display the input portion of this field. |
| Methods inherited from FORMfields.fields.TextField | |
|---|---|
| getEditableFieldTag, isValid | |
public HiddenField(string name, string value, int maxLength, mixed label)
Constructs a new HiddenField.
public __construct(string name, string value, int maxLength, mixed label)
Constructs a new HiddenField.
public string getEditableFieldTag()
Returns the HTML used to display the input portion of this field.
HiddenField is a hidden field.