Programming Reference Manual
 
Properties string definition
Control type:
1
Default caption:
InputBox
Value:
A single line of text
List items:
Input type | Max. length
Example:
"1#Naam#Van Dalen#text|50#"
 
The InputBox places an text input control on the web browser.
Depending on the input type, special formatting can be applied to the control.
Also, a "label" type is supplied to act as a read-only text placement.
 
The input types are:
text
standard text input
password
secure input with hidden characters
number
numeric character input
url
input for a link to a website
email
input for a valid e-mail address
phone
input for a valid phone number
color
color selector control
label
read-only, text placement