docs » cp.ui.Popover
UI Group.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- Popover
- Methods - API calls which can only be made on an object returned by a constructor
- hide
Signature | cp.ui.Popover.matches(element) -> boolean |
---|---|
Type | Function |
Description | Checks to see if an element matches what we think it should be. |
Parameters |
|
Returns |
|
Signature | cp.ui.Popover(parent, uiFinder) -> Popover |
---|---|
Type | Constructor |
Description | Creates a new Popover instance. |
Parameters |
|
Returns |
|
Signature | cp.ui.Popover:hide() -> Popover |
---|---|
Type | Method |
Description | Hides a popover. |
Parameters |
|
Returns |
|