CommandPost Setup Window Panel.
Constants - Useful values which cannot be changed
​WEBVIEW_LABEL​
Functions - API calls offered directly by the extension
​panelCount​
​panelNumber​
​panelQueue​
Constructors - API calls which return an object, typically one that offers API methods
​new​
Methods - API calls which can only be made on an object returned by a constructor
​addButton​
​addCheckbox​
​addContent​
​addFooter​
​addHandler​
​addHeading​
​addIcon​
​addParagraph​
​addPassword​
​addSelect​
​addSubHeading​
​addTextbox​
​getHandler​
Signature |
|
Type | Constant |
Description | The ID for the Webview |
Signature |
|
Type | Function |
Description | The number of panels currently being processed in this session. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | The number of the panel currently being viewed. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | The table of panels remaining to be processed. Panels are removed from the queue |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Constructor |
Description | Constructs a new panel with the specified priority and ID. |
Parameters | ​ |
Signature |
|
Type | Method |
Description | Adds a button to the panel. |
Parameters | ​ |
Returns | ​ |
Notes | ​ |
Signature |
|
Type | Method |
Description | Adds a checkbox to the panel with the specified |
Parameters | ​ |
Returns | ​ |
Notes | ​ |
Signature |
|
Type | Method |
Description | Adds the specified |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds the specified |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Gets a handler from an Handler ID |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds a heading to the panel |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds an icon to the panel. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds a Paragraph to the panel |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds a password text-box to the panel. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds a select to the panel. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds a sub-heading to the panel |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Adds a text-box to the panel |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Method |
Description | Gets a handler from an Handler ID |
Parameters | ​ |
Returns | ​ |