NH_widget

Widgets for user interactions.

Ajankohdalta 11.1.2024. Katso uusin versio.

Tätä skriptiä ei tulisi asentaa suoraan. Se on kirjasto muita skriptejä varten sisällytettäväksi metadirektiivillä // @require https://update.greasyfork.org/scripts/478676/1310174/NH_widget.js.

Tekijä
Mike Castle (Nexus)
Versio
27
Luotu
31.10.2023
Päivitetty
11.1.2024
Size
36,4 kt
Lisenssi
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.