ui/utils

The MAPP UI utils exports legacy methods to warn that plugins are required for the use of third party dataview libraries eg. Tabulator and Chart[js].

The idleLogout, imagePreview, resizeHandler utility methods are imported and added to the ui.utils{} object.

Requires

Methods

(inner) Chart()

The deprecated mapp.ui.utils.Chart() method will warn if used.

The ChartJS dataview plugin must be loaded in order to create ChartJS dataviews.

Deprecated
  • Yes

(inner) Tabulator()

The deprecated mapp.ui.utils.Tabulator() method will warn if used.

The Tabulator dataview plugin must be loaded in order to create Tabulator dataviews.

Deprecated
  • Yes