I. The textinput component is a text input box with 1 parameter. Editable. The default value is true. It can be edited by text, false, or input text.
Not editable. 2. Password: whether the password field is used. The default value is false. No. If the value is true, the password field is used. 3. Text is the text to be filled in
.
II. The radiobutton component is a single answer, that is, only one of the answers to a question is selected, and the parameter has a group name,
Specific: 1. Data: Enter the label value of the radiobutton component instance. 2. Groupname: group name 3. Label: In radiobutton
Text displayed next to the component instance. 4. Labelplacement: label position. 5. Selected: the initial status of the button is true (
Select the last one) or false (default status, unselect ),
For the example, see the attachment.
3. The checkbox component is the check box, which means that multiple answers to a question can be selected. The parameters include 1. Label: check box.
The name 2 shown next to it. Labelplacement, location, left, right (default), top, bottom. 3. Selected: True.
If the value is false, this parameter is not selected. Look at the example of the attachment,
4. The ComboBox component is the drop-down list. Parameter: 1. Data: the value of the label. Is a default array. 2.
Editable: whether the list option can be searched. 3. Labels: items in the drop-down list. 4. rowcount: Number of drop-down items
Quantity. The default value is 5. See the attachment.