...
The event can bubble up to normal Profound UI processing by returning null.
The even can both change the value being sent to the server and bubble up to normal Profound UI processing by modifying the "value" property on the parameter passed to the event and returning null.
Parameters:
The pui.validate event receives one parameter object that has the following properties:
- value - the value being submitted to the server; this can be changed by the event
- fieldName - the name of the field being modified
- dataType - the field data type
- dataLength - data length (only present if the field is a character or a numeric field)
- formatting - field formatting
...