Home > zotero-plugin-toolkit > DialogHelper
Dialog window helper. A superset of XUL dialog.
Signature:
export declare class DialogHelper extends UITool
Extends: UITool
Constructor |
Modifiers |
Description |
---|---|---|
Create a dialog helper with row * column grids. |
Property |
Modifiers |
Type |
Description |
---|---|---|---|
DialogData |
Passed to dialog window for data-binding and lifecycle controls. See DialogHelper.setDialogData() | ||
Window |
Dialog window instance |
Method |
Modifiers |
Description |
---|---|---|
Add a control button to the bottom of the dialog. | ||
Add a cell at (row, column). Index starts from 0. | ||
Open the dialog | ||
Dialog data. |