FormField
|
+--TextField
|
+--HiddenField
|
+--IpAddressField
public class IpAddressField
extends HiddenField
| Constructor Summary | |
|---|---|
IpAddressField(string label) Creates a new IpAddressField. |
|
__construct(string label) Creates a new IpAddressField. |
|
| Methods inherited from FORMfields.fields.HiddenField | |
|---|---|
| getEditableFieldTag | |
| Methods inherited from FORMfields.fields.TextField | |
|---|---|
| getEditableFieldTag, isValid | |
public IpAddressField(string label)
Creates a new IpAddressField.
public __construct(string label)
Creates a new IpAddressField.
IpAddressField is hidden field that automatically captures the IP Address of the user completing the form.