Greasy Fork

Greasy Fork is available in English.

NH_widget

Widgets for user interactions.

当前为 2024-01-09 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/scripts/478676/1309005/NH_widget.js

作者
Mike Castle (Nexus)
版本
26
创建于
2023-10-31
更新于
2024-01-09
大小
35.3 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 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.