NH_widget

Widgets for user interactions.

As of 2023-11-16. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/478676/1281410/NH_widget.js

Author
Mike Castle (Nexus)
Version
8
Created
2023-10-31
Updated
2023-11-16
Size
12.8 KB
License
GPL-3.0-or-later

lib/widget - A NexusHoratio library.

Widgets for user interactions.

As widgets are built, they should be designed and implemented against ARIA guidelines. There is a section on widget specific patterns.

Exported properties (as of version 2)

  • version - Bumped per release.
  • Widget - Base class for other rendering widgets.
  • Info - A widget that can be opened and closed on demand.

More details are in widget.js as JSDoc.