NH_widget

Widgets for user interactions.

Verze ze dne 17. 11. 2023. Zobrazit nejnovější verzi.

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greasyfork.org/scripts/478676/1281956/NH_widget.js

Autor
Mike Castle (Nexus)
Verze
9
Vytvořeno
31. 10. 2023
Aktualizováno
17. 11. 2023
Size
15,0 KB
Licence
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 2)

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

More details are in widget.js as JSDoc.