Web Types
Last updated
Was this helpful?
Last updated
Was this helpful?
The following list represents the Control Type
and Control
supported by the Web technology with QualityMate
Control Type
Control
IButton
<button>
<input type="button">
ICheckBox
<input type="checkbox">
IDateTimePicker
<input type="date">
<input type="datetime-local">
<input type="time">
<input type="week">
IDropDownList
<select>
IGrid
<table>
ILabel
<label>
IListBox
<select>
INumericUpDown
<input type="number">
IRadioButton
<input type="radio">
ITable
<table>
ITextBox
<input type="text">