@iframe module
Adds an iframe to the page. It can be added to the @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}
:The height of the html page. If a height is not provided, the height is determined as the content of the body.