Home > zotero-plugin-toolkit > UITool
UI APIs. Create elements and manage them.
Signature:
export declare class UITool extends BasicTool
Extends: BasicTool
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
UIOptions |
UITool options | |
|
UIOptions | ||
|
WeakRef<Element>[] |
Store elements created with this instance |
Method |
Modifiers |
Description |
---|---|---|
Append element(s) to a node. | ||
Create | ||
Create | ||
Create | ||
Create | ||
Create Element | ||
Inserts a node before a reference node as a child of its parent node. | ||
Parse XHTML to XUL fragment. For Zotero 6. To load preferences from a Zotero 7's | ||
Replace oldNode with a new one. | ||
Remove all elements created by |