Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can prepare dashboards by copying definition files with either html HTML or jsettings jSettings extensions to %appdata%App/GEODI/GUI/Custom/ES/Dashboard or the folders under GUI/Custom/ES/Dashboard, which is located next to the application. A definition file is used to determine features such as image name, authorization of the dashboard.

...

(warning) If the name or path of the html HTML file to be copied will not be the same as the jSettings file, the TemplateFile value must also be specified in the json JSON context. Example:   TemplateFile:"%AppData%\\App\\GEODI\\GUI\\Custom\\ES\\DashboardTemplates\\MyDashboard.html"

...

(warning) The query can be accessed using the script "window.parent.CurrentQueryContainer.CurrentQuery" within within the dashboard.


The PCCommand event is triggered when the query changes.

...