Article Details
Id:16402
Product:finPOWER Connect
Type:FIX
Version:3.02.03
Opened:18/09/2019
Closed:01/10/2019
Released:22/11/2019
Job: J022971

HTML Widgets; Functions incorrectly declared in widget.UI have been moved to widget

The widget.UI object is meant to handle User Interface functionality. However, the following non-UI-specific functions were declared as methods of this object instead of the widget object:

  • Trim
  • LTrim
  • RTrim
  • SplitWordsAtCapitals
  • ArrayFromCsvString

These have been moved to the widget object but have been kept, and marked as obsolete, in the widget.UI object to avoid breaking any existing code.