It holds the included javascript and css files. It is responsible for initializing RCFaces javascript engine.
| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | false | java.lang.String |
A string specifying the identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
| binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean.
|
| rendered | false | true | java.lang.String |
A boolean value indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|
| base | false | true | java.lang.String |
A string value indicating the base HRef. If the key word "context" is used the base HRef is calculated from the context.
|
| title | false | true | java.lang.String |
A string value specifying the title for the component.
|
| favoriteImageURL | false | true | java.lang.String |
An url string pointing to the image used for a bookmark.
|
| disabledScriptPageURL | false | true | java.lang.String |
An url string pointing to a page shown if scripts are not enabled on the browser.
|
| disabledCookiesPageURL | false | true | java.lang.String |
A boolean value that inhibits cookies for the page or not.
|
| invalidBrowserPageURL | false | true | java.lang.String |
An url pointing to the page to show if the browser is not supported.
|
| attributesLocale | false | true | java.lang.String |
A string value that indicates the locale associated with the component.
|
| disabledIEImageBar | false | true | java.lang.String |
A boolean value specifying wether the "image Bar" (contextual menu for images) in Internet Explorer should be hidden.
|
| disableCache | false | true | java.lang.String |
A boolean value that force disabled cache for the page or not.
|
| disableContextMenu | false | true | java.lang.String |
A boolean value that hide context menu for the page or not.
|
| renderBaseTag | false | true | java.lang.String |
A boolean value specifying if the HTML BASE tag must be generated.
|