Tag Link | [PDF_Doc->AddRadioButton] | Category | |
---|---|---|---|
Type | Member | Source Available | Yes |
Support | Preferred | Version | 6.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | File |
Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0 |
[PDF_Doc->AddRadioButton] adds a radio button to a form in a [PDF_Doc] variable. A required
[$PDF_Doc->(AddRadioButton:
Required Parameters | |
---|---|
-Group | Specifies the name of the radio button group. |
-Value | Specifies the Value of the radio button. |
-Left | Specifies the placement of the left side of the form element from the top left corner of the current page in points. |
-Top | Specifies the placement of the form element from the top of the current page in points. |
-Width | Specifies the width of the form element in points. Requires a decimal value. |
-Height | Specifies the height of the form element in points. Requires a decimal value. |
The
See the Lasso 8 Language Guide for examples of how to use this tag.