class %ZEN.Component.iframe
extends component
This is a simple wrapper for the HTML IFRAME component.
method %DrawHTML()
Static HTML display method: draw the BODY of this component
as HTML.
Subclasses implement this in order to render the static HTML
contents of a component.
method getDocument()
[ Language = javascript ]
Get the html document object within the iframe
(if there is one).
method getPage()
[ Language = javascript ]
Get the zenPage object for the document within the iframe
(if there is one).
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.