HtmlInputType property: Field class
Description
Use this property to set or return an Integer representing the HTML field type. The value can be one of the following constants or numeric values:
| Numeric Value | Constant Value |
|---|---|
|
0 |
%Input_Text |
|
1 |
%Input_Color |
|
2 |
%Input_Date |
|
3 |
%Input_DateTime |
|
4 |
%Input_DateTime_Local |
|
5 |
%Input_Email |
|
7 |
%Input_Number |
|
8 |
%Input_Range |
|
9 |
%Input_Search |
|
10 |
%Input_Tel |
|
11 |
%Input_Time |
|
12 |
%Input_URL |
This property is read/write.
Important:
Use this property within fluid applications only.
Example
GetLevel0()(1).QE_WORK_REC1.OPTION_CD.HtmlInputType = %Input_Date;