10. ICEfaces Tag Reference
Contents > ICEfaces Tag Reference > ice:outputStyle
ice:outputStyle |
|
The ice:outputStyle tag is used to link the desired ICEfaces theme CSS stylesheets into the page to style the ICEfaces Component Suite components.
Inserting the outputStyle component into the HEAD region of a page will link both the default CSS stylesheet for the theme and optionally an additional stylesheet that alters the default styles to accommodate differences in CSS rendering in various user-agents/browsers.
The additional style sheet will have a different extension for each browser.
* Internet Explorer < 7 = _ie.css
* Internet Explorer 7 = _ie7.css
* Safari = _safari.css
* Sun Studio Creator = _dt.css
Example
<ice:outputStyle></ice:outputStyle>
HTML Output
(No output.)
Rendered Output
|
Tag Attributes
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| href |
Enumerated |
| |
| The href attribute sets the href value of the link element that is rendered. An additional link elelement is rendered for internet explorer browsers. The IE style sheet must end with '_ie.css'. For example if the href value is 'style.css', then the IE style sheet needs to be named 'style_ie.css' |
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered |
Boolean |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|