NH_widget

Widgets for user interactions.

Устаревшая версия за 05.01.2024. Перейдите к последней версии.

Этот скрипт недоступен для установки пользователем. Он является библиотекой, которая подключается к другим скриптам мета-ключом // @require https://update.greasyfork.org/scripts/478676/1306814/NH_widget.js

Автор
Mike Castle (Nexus)
Версия
24
Создано
31.10.2023
Обновлено
05.01.2024
Размер
31,9 КБ
Лицензия
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.