Methods
(static) exports.placeIframe(targetCellID, destinationDiv) → {void}
Places an iframe into the specified destination div and hides all cells except the one with the given targetCellID. Also hides all Pluto elements.
Parameters:
Name | Type | Description |
---|---|---|
targetCellID | string | - |
destinationDiv | HTMLElement | - |
Returns:
- Type:
- void
(static) setIFrames() → {void}
Places all iFrames in the document once the main export is loaded.
Returns:
- Type:
- void