effectType | Description | Options |
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 |
|
event | false | false | java.lang.String |
Javascript event to fire this effect on.
click, dblclick, mousedown , mouseup, mousemove,mouseover, mouseout,
keypress, keydown, keyup
|
fire | false | false | java.lang.String |
TODO
|
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.
|
options | false | false | java.lang.String |
A comma seperated list of options and their values.
Example: highlight:'#dd0000',duration:1.0
|
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.
|
sequence | false | false | java.lang.String |
Used to fire a number of effects in sequence.
Defines the sequence name for this effect
|
sequenceNumber | false | false | java.lang.String |
Used to fire a number of effects in sequence.
Defines the sequenceNumber of a sequence. Starts at 1,
lower number are fired first.
|
submit | false | false | java.lang.String |
Fires a partial submit to the server when effect is complete.
|
transitory | false | false | java.lang.String |
When 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.