ProApp Designer - Release 14 (Package 27)

Frame Control

getElement

Gets DOM element of the control based on the control name. This is mainly used to get frame DOM element for the Frame control.

var htmlFrameElement = appStudioWizard.getElement(frameControlName);
if (htmlFrameElement) htmlFrameElement.src = “siteURL";