Attributes |
Name | Required | Request-time | Type | Description |
identifier | true | false | java.lang.String | The panel's id. Must be unique on a same page. The id will be used to create a model and a view for the panel. |
url | true | false | java.lang.String | The URL of the page that will be inserted into the panel. |
stylesheet | false | false | java.lang.String | A stylesheet used by the panel. |
javascript | false | false | java.lang.String | A script used by the panel. |
controlledBy | true | false | java.lang.String | The perspective controller that controls the visibility of the panel. |
visibleInPerspectives | true | false | java.lang.String | The perspectives in which the panel will be visible. |
filter | false | false | java.lang.String | The text filter to apply to the markup. |