Displays a Web page within an IFrame
. Either the control's value
attribute must specify the URL of the page to frame, or the control's href
facet must contain a Portlet Url control that specifies the URL of the page to frame.
Facets
Name: href
Display Name: Portlet URL
Description: URL of the page to frame. Overrides the value
attribute.
Allowed Types: PortletURL
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.output.Frame |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.output.Frame |
Description | IFrame that displays a separate web page within its bounds |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Control value |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "title" attribute value (often displayed as a tooltip) |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the directionality of the flow of the content for the current element |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the language of the enclosed content |
align | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Alignment of frame within page |
frameborder | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| 1 to display border, 0 to not display border |
height | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Frame height in pixels (i.e. 100) or percent (i.e. 100%) |
width | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Frame width in pixels (i.e. 100) or percent (i.e. 100%) |
marginheight | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Margin (space between border and content) height in pixels |
marginwidth | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Margin (space between border and content) width in pixels |
scrolling | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Show scrollbars |
name | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Programmatic frame name |
Output generated by Vdldoc View Declaration Language Documentation Generator.