Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
javascript
javascript
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