ICEfaces Component Suite
Tag outputStyle
The outputStyle component 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
- Internet Explorer 8 = _ie8.css
- Safari = _safari.css
- Sun Studio Creator = _dt.css
This extension replaces the .css value of the href attribute.
So when href is 'xp.css' and the page is rendered in Internet
Explorer 6 or less, an additional style sheet will be included
called 'xp_ie.css'.
Tag Information |
Tag Class | com.icesoft.faces.component.style.OutputStyleTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean
|
href | false | false | java.lang.String |
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 | false | false | java.lang.String |
The component identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form
submit.
|
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.