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