MVC CheckBox And RadioButton Enhancements Revision

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

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

MVC CheckBox And RadioButton Enhancements Revision

Unread post by JustinVanRegenmorter »

As of DesignTime Revision 2236 and RunTime Revision 936 Checkboxes and Radio Buttons in MVC applications two new controls have been added to MVC applications; CheckBoxList and RadioButtonList.
Overview Page.PNG
Implemented a static array for properties to allow for a simple way to setup the Text and Value list for the CheckBoxList, RadioButtonLIst, and Dropdown controls. The static array is also available on the PreSelectValue property for the CheckBoxList and Dropdown controls.
Property Array.PNG
Property Array.PNG (9.8 KiB) Viewed 609 times
Property Array.PNG
Property Array.PNG (9.8 KiB) Viewed 609 times
In order to use the CheckBoxList and RadioButtonList controls properly make sure to set the HtmlId to allow the PreSelectValue property to function and to force single selection on the RadioButton.
word count: 119

Tags:
Locked