NH_widget

Widgets for user interactions.

Ekde 2024/01/29. Vidu La ĝisdata versio.

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/1319358/NH_widget.js

Aŭtoro
Mike Castle (Nexus)
Versio
33
Kreita
2023/10/31
Ĝisdatigita
2024/01/29
Size
46,9 kb
Licenco
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 26)

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

More details are in widget.js as JSDoc.