Summary
Tag name: <s:effectHighlight>
Converter class: org.apache.myfaces.custom.effect.EffectHighlightBehavior
behavior id: org.apache.myfaces.custom.effect.EffectHighlightBehavior
Convenient wrapper for scriptaculous Effect.Appear
Attributes
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| appendJs | String | Yes | |
| endcolor | String | Yes | Sets the color of the last frame of the highlight. This is best set to the background color of the highlighted element. Defaults to "#ffffff" (white). |
| event | String | Yes | The event that this client behavior should be attached. |
| forId | String | Yes | |
| keepBackgroundImage | Boolean | Yes | Unless this is set to true, any background image on the element will not be preserved. |
| restorecolor | String | Yes | Sets the background-color of the element after the highlight has finished. Defaults to the current background-color of the highlighted element (see Note). |
| startcolor | String | Yes | Sets the color of first frame of the highlight. Defaults to "#ffff99" (a light yellow). |