Validation Redesign Revision

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 536
Joined: August 26th, 2021, 9:56 am
Contact:

Validation Redesign Revision

Unread post by JustinVanRegenmorter »

As of DesignTime Revision 2063 and RunTime Revision 796 the Validation feature in Views has been redesigned to be user friendly and better incorporated within the MVC canvas structure. Added a Validation tab on the lefthand ViewBuilder menu to add and remove validation groups. Shows the user which controls are a part of each validation group.
ValidationTab Overview.PNG
ValidationTab Overview.PNG (38.53 KiB) Viewed 5661 times
ValidationTab Overview.PNG
ValidationTab Overview.PNG (38.53 KiB) Viewed 5661 times
Added Error Display Mode to the Events window popup. This allows users decide how the error messages will display.
  • Both: Will display the error messages using both group and inline modes.
  • None: Will not display error messages.
  • Group: Displays the error message using the ValidationMessageGroup control.
  • Inline: Displays the error messages with the controls itself.
Added a new control property called ValidationGroups and renamed EPValidationGroup and ValidationGroup to ValidationGroups. This property is commaseparated and can contain multiple validation groups.
Removed the Loop, SuppressIndividualMessage, and Translate properties from this control.
Removed the CausesValidation property from buttons and added it inside the Events popup window.
Renamed the Validator control to be called ValidationMessageGroup.
Removed the Loop and Translate properties from the ValidationMessageGroup control.
Renamed the following properties:
  • ReqErrorMessage -> RequiredErrorMessage
  • ValidationExpression -> ReExValidation
  • ErrorMessgae -> RegExErrorMessage
  • ValidatorDisplayMode -> ErrorDisplayMode
Event Popup Window Overview.PNG
Event Popup Window Overview.PNG (24.09 KiB) Viewed 5661 times
Event Popup Window Overview.PNG
Event Popup Window Overview.PNG (24.09 KiB) Viewed 5661 times
word count: 229
Locked