NH_widget

Widgets for user interactions.

目前為 2023-11-12 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greasyfork.org/scripts/478676/1279238/NH_widget.js

作者
Mike Castle (Nexus)
版本
6
建立日期
2023-10-31
更新日期
2023-11-12
尺寸
9.8 KB
授權條款
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.