Skip to main content

%ZEN.Component.iframe

class %ZEN.Component.iframe extends %ZEN.Component.component

This is a simple wrapper for the HTML IFRAME component.

Property Inventory

Method Inventory

Properties

property frameAlign as %ZEN.Datatype.align;
The align value used for the iframe.
Property methods: frameAlignDisplayToLogical(), frameAlignGet(), frameAlignIsValid(), frameAlignLogicalToDisplay(), frameAlignLogicalToOdbc(), frameAlignNormalize(), frameAlignSet()
property frameBorder as %ZEN.Datatype.boolean;
The frameborder value used for the iframe.
Property methods: frameBorderDisplayToLogical(), frameBorderGet(), frameBorderIsValid(), frameBorderLogicalToDisplay(), frameBorderLogicalToOdbc(), frameBorderLogicalToXSD(), frameBorderNormalize(), frameBorderSet(), frameBorderXSDToLogical()
property longdesc as %ZEN.Datatype.uri;
Link to the long description of the iframe.
Property methods: longdescDisplayToLogical(), longdescGet(), longdescIsValid(), longdescLogicalToDisplay(), longdescLogicalToOdbc(), longdescNormalize(), longdescSet()
property scrolling as %ZEN.Datatype.string (VALUELIST = ",auto,yes,no");
The scrolling value used for the iframe.
Property methods: scrollingDisplayToLogical(), scrollingGet(), scrollingIsValid(), scrollingLogicalToDisplay(), scrollingLogicalToOdbc(), scrollingNormalize(), scrollingSet()
property src as %ZEN.Datatype.uri;
URI of frame content.
Property methods: srcDisplayToLogical(), srcGet(), srcIsValid(), srcLogicalToDisplay(), srcLogicalToOdbc(), srcNormalize(), srcSet()

Methods

method %DrawHTML()
Inherited description: 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.
clientmethod getDocument() [ Language = javascript ]
Get the html document object within the iframe (if there is one).
clientmethod getPage() [ Language = javascript ]
Get the zenPage object for the document within the iframe (if there is one).
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab