
Represents an iView to be displayed on the page.
Fields
|
Name |
Type |
Description |
|---|---|---|
|
id |
String |
The ID of the iView |
|
title |
String |
The display name of the iView |
|
height |
int |
The height of the iView in pixels. |
|
heightType |
String |
FIXED, AUTOMATIC or FULL_PAGE |
|
width |
int |
The width of the iView, in pixels. |
|
requestParameters ToForward |
String |
Request parameters sent to the page that should also be sent to the iView. Parameters should be separated by a comma, but without spaces, such as param1,param2 . An asterisk ( * ) indicates all parameters. |
|
iviewType |
String |
Indicates whether this object represents an iView or a page. The field can be iview or page . |
|
launchURL |
String |
The URL of the iView. |
|
additionalAttributes |
An array of additional attributes for this iView node, as specified in the additionalAttributes field of the PageRequest data type. |