ICEfaces EE Composite Components
Tag roundCorners


The Round Corners Layout Composite Component

Features

How To Use

  1. Use the roundCorners tag in your page. Nest <ice-cc:css/> in your page <head> tag.
  2. Set the 'id' attribute of the tag
  3. Set the foreground color with the 'fgcolor' attribute
  4. Set the background color with the 'bgcolor' attribute
  5. Set the 'corners' attribute (space-separated list of corners, 'tl', 'tr', 'bl', 'br', or 'all')

Example:
<ice-cc:roundCorners id="id" bgcolor="orange" fgcolor="#FFF" corners="all"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameRound Corners Panel

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
bgcolortruefalsejava.lang.StringThe background color
fgcolortruefalsejava.lang.StringThe foreground color
cornerstruefalsejava.lang.StringSpace-separated list of corners to round, 'tl', 'tr', 'bl', 'br', or 'all'

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.