Event Controller Changes Revision

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

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

Event Controller Changes Revision

Unread post by JustinVanRegenmorter »

As of DesignTime Revision 2026 and RunTime Revision 768 the Event Controller functionality and UI has been updated to be more intuitive and contains expanded capabilities. When control does not contain any existing event a popup will appear teling the user to add a new event.
Event Controller UI Main.PNG
Event Controller UI Main.PNG (10.35 KiB) Viewed 4538 times
Event Controller UI Main.PNG
Event Controller UI Main.PNG (10.35 KiB) Viewed 4538 times
When adding new events the user will select the event in the dropdown in the top right corner and choose an existing controller or use JavaScript.
Event Controller UI JavaScript.PNG
Event Controller UI JavaScript.PNG (7.45 KiB) Viewed 4538 times
Event Controller UI JavaScript.PNG
Event Controller UI JavaScript.PNG (7.45 KiB) Viewed 4538 times
When addding the parameters to a event controller the user now selects a type of parameter.
Field: Takes in the HtmlId of a control and has an optional field for the html attribute of that control. Otherwise it will default to the text.
Constant: Takes in a text value.
JavaScript: Takes in JavaScript functions and runs them to generate values. Please note that if any function utilizes quotations the user must use the single quote ' in order to keep the controller event working.
Adding Controller Inputs.PNG
Adding Controller Inputs.PNG (17.92 KiB) Viewed 4538 times
Adding Controller Inputs.PNG
Adding Controller Inputs.PNG (17.92 KiB) Viewed 4538 times
Changed the controller parameters name to be _ControllerParameters
word count: 227
Locked