NH_widget

Widgets for user interactions.

2024/01/27のページです。最新版はこちら。

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/478676/1318327/NH_widget.js

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Mike Castle (Nexus)
バージョン
32
作成日
2023/10/31
更新日
2024/01/27
大きさ
41.6KB
ライセンス
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.