Versions Compared

Key

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

...

Note

Applying a property does not always trigger the element to be re-rendered. To force rendering of the element, reapply the "field type" property.



Note: the "widget type" property is an alias for "field type". So, the following lines of code produce the same effect.

Code Block
applyProperty("Dropdown1", "widget type", "select box");
applyProperty("Dropdown1", "field type", "select box");