IFrameUI

This component will embed another web page into an <iframe> at this location

Parameters

none

Attributes

  • .src(url:string) – this will set the src attribute of the iframe to the specified URL and then refresh the iframe. The page referenced by the URL will appear.

Examples

new IFrameUI()
    .src("http://zing.sparxteq.com/iframeui")     // will embed a display of this page