ICEfaces EE Composite Components
Tag statusBar
The Status Bar Composite Component
Scrolls prominent information across the screen
Features
- Hover over the Status Bar to stop the text from scrolling
How To Use
- Use the <ice-cc:statusBar/> tag
- Set the width attribute to the desired length (in pixels)
- Set the value attribute to the message
Example:
<ice-cc:statusBar value="#{statusBarExample.message}" width="#{statusBarExample.width.value}"/>
| Tag Information |
| Tag Class | javax.faces.webapp.FacetTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | Status Bar |
| Attributes |
| Name | Required | Request-time | Type | Description |
| width | false | false | java.lang.String | The width of the status bar (in pixels)(default 200) |
| value | false | false | java.lang.String | The message to be displayed |
| 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.