Versions Compared

Key

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

...

FileTypeExplanation
widget.jsJavaScriptThe executable code of the widget. This file is loaded when the widget is used on a dashboard.
widget.cssCSS86053650Styling of the widget. This file must exist even when no styles are used for the widget.
widget.htmlHTMLTemplate for the HTML code of the widget. Even if no custom template is used, this file must exist.



widget.iniwidget.ini.orig
ConfigAutomatically created file - do not create yourself. These files keep

This file keeps track of the widget metadata. The properties must be filled out. Format:

Code Block
languagebash
[widget]
title=
author=
description=


config.jsProperties PageThe definition for the properties page used to configure the widget via the frontend

...