NH_widget

Widgets for user interactions.

25.11.2023 itibariyledir. En son verisyonu görün.

Bu script direkt olarak kurulamaz. Başka scriptler için bir kütüphanedir ve meta yönergeleri içerir // @require https://update.greasyfork.org/scripts/478676/1286043/NH_widget.js

Yazar
Mike Castle (Nexus)
Versiyon
15
Oluşturulma
31.10.2023
Güncellenme
25.11.2023
Size
26,5 KB
Lisans
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.