IFrame management functions for PlutoBoard.jl

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:
NameTypeDescription
targetCellIDstring-
destinationDivHTMLElement-
Returns:
Type: 
void

(static) setIFrames() → {void}

Places all iFrames in the document once the main export is loaded.
Returns:
Type: 
void