4.1.8. phone / read_phone
Element for a phone number. BOA will place an infobutton to start a phone call.
Phone fields.
{
"display": "Phone:",
"tooltip": "Telephone",
"fieldname": "telefoon",
"length": 16,
"inputtype": "phone",
"block": 1,
"newline": true,
"labelwidth": 2,
"fieldwidth": 4
}
|
There is no default validation for the phone field. Both type of validations can be used, client side and server side validation.
|