Field for entering IP addresses.
WARNING: Used validator Valid.ip?.
Constructors
new(label :
String = "", default :
String |
Nil = nil, placeholder :
String = "", hide :
Bool = false, unique :
Bool = false, required :
Bool = false, disabled :
Bool = false, readonly :
Bool = false, ignored :
Bool = false, hint :
String = "", warning :
Array(
String) =
Array(
String).new)
SourceInstance methods
field_type
Field type - Structure Name.
Sourcegroup
To optimize field traversal in the paladins/check() method.
WARNING: It is recommended not to change.
Sourcereadonly=(readonly :
Bool)
Specifies that the field cannot be modified by the user.
Sourcereadonly?
Specifies that the field cannot be modified by the user.
Sourcerefrash_val_str(val :
String) :
Nil For the DynFork::QPaladins::Tools#refrash_fields method.
Sourceunique?
The unique value of a field in a collection.
Sourcevalue
Sets the value of an element.
SourceSets the value of an element.
Sourcevalue?
Sets the value of an element.
Source