Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Step Settings editor UI #3753

bozimmerman ·

Hello all,
I'm working on a plugin that requires a rather dynamic configuration UI.
Each field in the settings page for our Step contains selections which depend on the values chosen previously on the same page, or on what is typed into previous free-entry fields. This is easy enough to do in JavaScript, but so far I've only found the annotations for editable fields, such as @Editable, @NotEmpty, and so forth.
In fact, the only way I've found to inject JavaScript onto the Step settings UI is via the @Editable description field.
Surely there is a better way than writing 400 lines of JS into a constant java string, right? :)

Thank you for any advice,
Bo Zimmerman

  • replies 1
  • views 1542
  • stars 0
robinshen ADMIN ·