RichFaces
Tag effect


The <rich:effect> utilizes a set of effects provided by the scriptaculous JavaScript library. It allows to attach effects to JSF components and html tags.


Tag Information
Tag Classorg.richfaces.taglib.EffectTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
disableDefaultfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Disable default action for target event ( append "return false;" to JavaScript ). Default value is "false".
eventfalsefalsejava.lang.StringEvent on the component or html tag the effect is attached to
forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Id of the target component.
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Generated JavaScript name.
paramsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Parameters passed to the effect function. Example params="{duration:0.2,from:1.0,to:0.1}"
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
targetIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The id of the element the effect apply to. Might be component id or client id of jsf component or html tag. If targetId is not defined the value of the attribute 'for' or the 'targetId' option effect play its role
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the type of effect. Possible values: "Fade", "Blind", "Opacity".

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.