Versions Compared

Key

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

...

More documentation needed here!

Set values in the RuleInputField can be preprocessed. At now you can specify a processor class to pre process a value to be set at initial value of a RuleInputField. Syntax:

<spec set="0:defaultVal:classname" .../> 

The class name is an optional value. The class must implement the Processor interface.

You can specify a processor for a combobox:

...