Tag Information
Tag Class org.richfaces.taglib.EffectTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
disableDefault false false java.lang.String Disable default action for target event ( append "return false;" to javascript )
event false false java.lang.String Event on the component or html tag the effect is attached to
for false false java.lang.String Id of the target component.
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
name false false java.lang.String Generated Javascript name.
params false false java.lang.String Parameters passed to the effect function. Example params="{duration:0.2,from:1.0,to:0.1}"
rendered false false java.lang.String If "false", this component is not rendered
targetId false false 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
type false false java.lang.String Defines the type of effect. Possible values: "Fade", "Blind", "Opacity".