NH_widget

Widgets for user interactions.

Versão de: 27/11/2023. Veja: a última versão.

Este script não deve ser instalado diretamente. Este script é uma biblioteca de outros scripts para incluir com o diretório meta // @require https://update.greasyfork.org/scripts/478676/1286995/NH_widget.js

Autor
Mike Castle (Nexus)
Versão
17
Criado
31/10/2023
Atualizado
27/11/2023
Tamanho
26,7 KB
Licença
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 12)

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

More details are in widget.js as JSDoc.