Article Details
Id:18469
Product:finPOWER Connect
Type:NEW
Version:3.04.01
Opened:10/08/2021
Closed:10/08/2021
Released:31/08/2021
Job: J027178

HTML Widgets; New method, widget.UI.SelectFlagColour

A new widget.UI.SelectFlagColour method is available for use in HTML Widgets.

This prompts the User to select a coloured flag, e.g.:

widget.UI.SelectFlagColour(null, {}, function (colour) { window.alert(colour)});

widget.UI.SelectFlagColour("Red,Blue,Green", {}, function (colour) { window.alert(colour)});