...
Code Block | ||||
---|---|---|---|---|
| ||||
applyProperty("Dropdown1", "choices", "one,two,three"); // specify drop-down choicesapplyPropertychoices applyProperty("Dropdown1", "choice values", "1,2,3"); // specify values for drop-down choices applyProperty("Dropdown1", "field type", "select box"); // reapply "field type" to render with new choice settings |