Constructor
new VisualizationPanelView()
- Since:
- Source:
Extends
Members
className
- Source:
type :string
The type of View this is
Type:
- Source:
Methods
close()
Close the panel, stop the iframe, and fire a "close" event.
- Source:
events()
The events this view will listen to and the associated function to
call.
- Source:
initialize()
Bind the Escape-key handler once so the same reference can be
added and removed from the document.
- Source:
onClose()
Cleanup global handlers if the view is destroyed while open.
- Source:
open(url)
Open the panel and load the given URL in the iframe. If the URL is
not trusted, show a plain link fallback instead.
Parameters:
| Name |
Type |
Description |
url |
string
|
The URL to load. |
- Source:
Render the panel. The panel is hidden by default; call `open()` to
show it.
- Source:
Returns:
Returns the rendered view element.
-
Type
-
VisualizationPanelView