Article Details
Id:17831
Product:finPOWER Connect
Type:NEW
Version:3.03.05
Opened:01/02/2021
Closed:02/02/2021
Released:25/02/2021
Job: J025887

HTML Widgets; widget.UI.RadioButtonList; List items can now be disabled or made invisible

The widget.UI.RadioButtonList control (used on the second page of the Account Withdrawal wizard) has been enhanced as follows:

  • When defining the list, list items can now have "visible" and "enabled" properties to control how the radio button is rendered
  • The following methods have been added:
    • ItemEnabled(value, enabled)
    • ItemVisible(value, visible)
    • ListFromArray(listArray)