ICE Components
Tag effect


Add effects to parent component


Tag Information
Tag Classcom.icesoft.faces.component.effect.ApplyEffectTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
autoResetfalsefalsejava.lang.StringSet the fire value to false after effect has been fired. Default is true.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
effectTypefalsefalsejava.lang.String
effectTypeDescriptionOptions
appear Fade in an element from hidden to visiable
option Description Default Value
from Starting opacity 0.0
to Ending opacity 1.0
fade Fade out an element from visiable to hidden
option Description Default Value
from Starting opacity 1.0
to Ending opacity 0.0
highlight Highlight an element in a specifed color, the fade to the backgroud color
option Description Default Value
startcolor Highlight color "#ffff99"
pulsate Flash an element None
scale Change the dimenstions of an element
option Description Default Value
scaleX Scale X true
scaleY Scale Y true
scaleContent scale Content true
scaleFromCenter scale From Center true
scaleMode can be 'box' or 'contents' 'box'
scaleFrom Starting percent to scale from 100.0
scaleTo Ending percent to scale to 0
puff Grow and fade an element None
blindup Remove an element by rolling it up None
blinddown Show an element by rolling it down None
swtichoff Flash and then fold the element. Removing it from the display None
dropout Move the element down and fade. Removing it from the display None
shake Shake an element from left to right None
slidedown Slide an element doen from the top None
slideup Slide an element uo to the top. Removing it from the display None
squish Squish an element off of the display None
grow Grow an element from hidden to its normal size None
shrink Shrink an element off of the display None
fold Fold and element into smaller picese, util it is removed from the diplsay None
move Move and element to a new location
option Description Default Value
x New X or left position 0
y New Y or top position 0
mode relative or absoulte relative
eventfalsefalsejava.lang.StringJavascript event to fire this effect on. click, dblclick, mousedown , mouseup, mousemove,mouseover, mouseout, keypress, keydown, keyup
firefalsefalsejava.lang.StringTODO
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
optionsfalsefalsejava.lang.StringA comma seperated list of options and their values. Example: highlight:'#dd0000',duration:1.0
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
sequencefalsefalsejava.lang.StringUsed to fire a number of effects in sequence. Defines the sequence name for this effect
sequenceNumberfalsefalsejava.lang.StringUsed to fire a number of effects in sequence. Defines the sequenceNumber of a sequence. Starts at 1, lower number are fired first.
submitfalsefalsejava.lang.StringFires a partial submit to the server when effect is complete.
transitoryfalsefalsejava.lang.StringWhen true records modifications to the CSS of the effected element. This will be sent to the server on the next submit. Default True

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.