How do i create radio button in Vdesigner 1.0?

How do i create it with Lov’s?

4 Likes
  • In the left navigation panel, click Standard, and the Standard menu expands.
    *Click the Radio Button element, and the Radio Button Definition dialog box opens.
    *Label: Enter label of the Radio button. → Status
    *Absolute JSON path: enter the absolute json path. → $.EMP.Status

  • In the Json path, the status variable stores the value of radio button.
    *Items counts in row: Enter the number of the radio button options that you want
    to display in a row → 2

    *Mandatory: Click Yes if you want to make the text field as a mandatory element.
    *Is Visible: Click Yes if you want to make the element visible after the app displays
    the form.

After you enter values in the respective boxes, click CG Source → Fixed.

Code: enter abbreviated or one character code of the actual value. → A
Value: enter the actual value of the radio button that the form displays. → Active

To add a next radio button, click add row :

Code: enter abbreviated or one character code of the actual value. → INA
Value: enter the actual value of the radio button that is displayed on the form. → InActive

4 Likes