Skip to content

Latest commit

 

History

History
115 lines (55 loc) · 1.65 KB

zotero-plugin-toolkit.preferencepanemanager.md

File metadata and controls

115 lines (55 loc) · 1.65 KB

Home > zotero-plugin-toolkit > PreferencePaneManager

PreferencePaneManager class

Warning: This API is now obsolete.

Use Zotero.PreferencePanes.register instead.

Register preference pane from Zotero 7's xhtml, for Zotero 6 & 7.

Signature:

export declare class PreferencePaneManager extends ManagerTool 

Extends: ManagerTool

Constructors

Constructor

Modifiers

Description

(constructor)(base)

Constructs a new instance of the PreferencePaneManager class

Methods

Method

Modifiers

Description

register(options)

Register a preference pane from an xhtml, for Zotero 6 & 7.

unregister(id)

unregisterAll()

Unregister all preference panes added with this instance

Called on exiting