...
The event can change the value being sent to the server by returning a new value as a string. The event can cause a validation message to occur by returning an object with a property named "msg", which will contain the message to display However, this would prevent any normal Profound UI formatting to occur.
The event can bubble up to normal Profound UI processing formatting by returning null.
The event 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.
The event can cause a validation message to occur by returning an object with a property named "msg", which will contain the message to display.
Parameters:
The pui.validate event receives one parameter object that has the following properties:
...