Tag Link | [PDF_Doc->AddComboBox] | 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->AddComboBox] adds a pull
[$PDF_Doc->(AddComboBox:
[$PDF_Doc->(AddComboBox:
Required Parameters | |
---|---|
-Name | Specifies the name of the pull |
-Values | Specifies an values contained in the pull |
-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. |
-Font | Sets the font for the text. Requires the name of a [PDF_Font] variable. |
Optional Parameters | |
-Default | Specifies the name of a default value selected. |
-Options | May be used instead of the |
-Editable | Specifies that the user may edit the values on the menu. |
The
See the Lasso 8 Language Guide for examples of how to use this tag.