My webMethods Server 10.3 | My webMethods Server Webhelp | My webMethods Server Portlet Reference | Page and Portlet Development | Frame Portlet
 
Frame Portlet
Portlet Title
Frame
Portlet Name
wm_frame
Portlet File Name
wm_frame.pdp
Top-level Folder
default
JSR168 Portlet?
No
Alias
None
Default Instances of the portlet
None
Drawing. Page developers and end users use this portlet to add a resizeable container to display a page. This portlet encapsulates a standard HTML <IFrame> tag as a portlet.
Properties
URL (URL)
Identifies the page to display in the frame. Specify the URL of the page. The URL can be for a My webMethods Server object or an external page, for example, www.google.com. The default value is about:blank, which displays an empty page in the frame.
Frame Height (height)
Defines the height of the frame. Specify a value using standard HTML units, for example, 100% or 250px. The default value is 100px to create a frame with the vertical height of 100 pixels.
Frame Name (frameName)
Defines the name property of the IFrame tag. If the property has no value, the frame will not have a name. Specify a name for the frame if you want other HTML components to be able to refer to the frame by name.