Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | Component binding. |
enabledOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered
normally. If not, no hyperlink is rendered but all nested
tags (=body) are rendered.
|
id | false | false | java.lang.String | Every component may have an unique id. Automatically created if omitted. |
imageLocation | false | false | java.lang.String |
An alternate location to find image resources. If no values is specified, images will
be loaded from the resources directory using AddResource and ExtensionsFilter.
|
javascriptLocation | false | false | java.lang.String |
An alternate location to find javascript resources. If no values is specified, javascript will
be loaded from the resources directory using AddResource and ExtensionsFilter.
|
layout | true | false | java.lang.String | No Description |
rendered | false | false | java.lang.String | If false, this component will not be rendered. |
styleLocation | false | false | java.lang.String |
An alternate location to find stylesheet resources. If no values is specified, stylesheets will
be loaded from the resources directory using AddResource and ExtensionsFilter.
|
theme | true | false | java.lang.String | No Description |
visibleOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered
normally. If not, nothing is rendered and the body of this tag
will be skipped.
|