Greasy Fork is available in English.

NH_widget

Widgets for user interactions.

Versione datata 04/12/2023. Vedi la nuova versione l'ultima versione.

Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://update.greasyfork.org/scripts/478676/1290537/NH_widget.js

Autore
Mike Castle (Nexus)
Versione
18
Creato il
31/10/2023
Aggiornato il
04/12/2023
Dimensione
26,8 KB
Licenza
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.