Versions Compared

Key

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

...

We provide some out-of-the-box modes where no custom coding is required, but also make it easier for developers to fulfil this use case with a minimum of coding for more custom use cases.

...


Dynamic Select

dynamicSelect:

A select field which populates based on an optionModel and parametes which can come from other fields

optionModel:

Developer provides a Java class or a Javascript function which takes the values of the fields specifed in "optionModelArguments" as arguments, and returns an array of label & value pairs to populate the options field with.

...