@iframe
documentjs.tags.iframe
Adds an iframe to the page. It can be added to the [documentjs/tags/body @body] or any other tags that accept a description.
@iframe SRC [HEIGHT]
/**
* A component for lib.
* @body
* See it in action:
* @iframe lib/component/component.html 300
*/
Parameters
-
SRC
{String}
The source of the html page.
-
HEIGHT
{Number}
OptionalThe height of the html page. If a height is not provided, the height is determined as the content of the body.