FVRButtonList

Return to Introduction  Previous page  Next page

[To Be Completed]

"resize", doResize); addEvent(window, "load", toggleJump);
Flynet E-Migration UI Application Generator

FVRButtonList

FVRButtonList

Previous topic Next topic  

FVRButtonList

Previous topic Next topic  

 Summary

Extends the standard ASP.NET System.Web.UI.WebControls.RadioButtonList control, integrating with the E-Migration framework

 Generating Template

RadioButtonList

 Source File

WebControls\FVRButtonList.cs

 Details

The FVRButtonList control "lightly" extends the existing .NET RadioButtonList control while performing the following integration into the E-Migration 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