NH_widget

Widgets for user interactions.

Stan na 09-01-2024. Zobacz najnowsza wersja.

Ten skrypt nie powinien być instalowany bezpośrednio. Jest to biblioteka dla innych skyptów do włączenia dyrektywą meta // @require https://update.greasyfork.org/scripts/478676/1309005/NH_widget.js

Autor
Mike Castle (Nexus)
Wersja
26
Utworzono
31-10-2023
Zaktualizowano
09-01-2024
Rozmiar
35,3 KB
Licencja
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.