Summary
Extends the standard ASP.NET System.Web.UI.WebControls.RadioButtonList control, integrating with the Enhanced UI framework
Generating Template
Source File
WebControls\FVRButtonList.cs
Details
The FVRButtonList control "lightly" extends the existing .NET RadioButtonList control while performing the following integration into the Enhanced UI Flex framework IOBag and IOField data layer:
•At render time, sets the Checked property for the control's ListItemCollection Items based on the active value of the associated screen IOField
•If Dynamic Visibility is set, code-behind logic will hide this control if the associated IOField value is hidden
•If DynamicCss is set, will use the active screen attribute to set the CSS class of the whole control to match the associated IOField attribute
•At post time of the form, will use the Checked property in the control's Items to determine if the IOField text value needs to be changed (which will propagate back to the screen on a call to the Task action method)
For more information, see the RadioButtonList Section