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