| |||||||
| FRAMES NO FRAMES | |||||||
null
| Tag Information | |
| Tag Class | org.apache.myfaces.html5.handler.EffectsHandler |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| deactivationEvents | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| Event(s) to deactivate to effect. The effect is activated on the event defined with the 'event' attribute, and deactivated
on any of the events defined with this attribute. Value can be strings separated with comma, list of strings or array of strings.
For example to to activate the effect on mouse hover and deactivate it on click or mouse out: event='mouseover' deactivationEvents='mouseout, click' attributes should be defined. If nothing is defined, the renderer will use deactivation events that make sense(i.e. 'drop' and 'dragleave' for 'dragover' event). |
| additionalStyleClassToActivate | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Css style class name to activate additionally with the effect. |
| duration | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Duration for animation/effect to run through. Value must be in seconds or milliseconds, thus must end with 's' or 'ms'. If not, the value is considered in seconds. Some of the sample values are:
|
| timingFunction | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Timing function to calculate animation/effect transitions. The timing functions defined by CSS3 spec are:
|
| delay | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Duration for animation/effect to wait before running. Value must be in seconds or milliseconds, thus must end with 's' or 'ms'. If not, the value is considered in seconds. Some of the sample values are:
|
| target | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The target area for which this resource will be rendered. For example, target="head" would
cause the resource to be rendered within the head element. If not defined and component is not nested inside of a ClientBehaviorHolder head will be used. If component is nested inside of a ClientBehaviorHolder and this attribute is not defined body will be used. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||