%ZEN.Component.iframe
deprecated 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.
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
- %condition
 - %import
 - %includeFiles
 - %page
 - %resource
 - align
 - aux
 - composite
 - containerStyle
 - dragEnabled
 - dropEnabled
 - enclosingClass
 - enclosingStyle
 - error
 - height
 - hidden
 - hint
 - hintClass
 - hintStyle
 - id
 - index
 - label
 - labelClass
 - labelDisabledClass
 - labelStyle
 - name
 - onafterdrag
 - onbeforedrag
 - ondrag
 - ondrop
 - onhide
 - onrefresh
 - onshow
 - onupdate
 - parent
 - showLabel
 - slice
 - title
 - tuple
 - valign
 - visible
 - width
 - window
 
Inherited Methods
- %AddToSaveSet()
 - %Attr()
 - %BindExport()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %DrawComponentHTML()
 - %DrawJSStrings()
 - %EnclosingDivId()
 - %Eval()
 - %EvalC()
 - %Extends()
 - %ForceClientRender()
 - %GetEventHandlers()
 - %GetParameter()
 - %GetXMLName()
 - %IsA()
 - %IsModified()
 - %MakeId()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OnAddToPageAfter()
 - %OnAddToPageBefore()
 - %OnDrawEnclosingDiv()
 - %OnDrawObjectProperties()
 - %OnObjectSynch()
 - %OnZENDeserialize()
 - %OriginalNamespace()
 - %PackageName()
 - %QuoteValue()
 - %QuoteValueL10N()
 - %RemoveFromSaveSet()
 - %Self()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()
 - dragFinishHandler()
 - dragHandler()
 - dragNotifyHandler()
 - dragStartHandler()
 - dropHandler()
 - dropStartHandler()
 - exposeComponent()
 - findElement()
 - fireOnUpdateEvent()
 - getEnclosingDiv()
 - getHidden()
 - getHintElement()
 - getLabelElement()
 - getProperty()
 - getSettings()
 - getType()
 - invokeSuper()
 - isOfType()
 - makeId()
 - onCreate()
 - onDelete()
 - onDisplayHandler()
 - onEndModalHandler()
 - onPopupAction()
 - onRefreshContents()
 - onSerialize()
 - onStartModalHandler()
 - onloadHandler()
 - onunloadHandler()
 - onupdateHandler()
 - refreshContents()
 - render()
 - renderContents()
 - renderSVG()
 - setHidden()
 - setOverlayMode()
 - startProgressBar()
 - stopProgressBar()