| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.apache.myfaces.custom.imageloop.HtmlImageLoopTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| delay | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| The delay between transitions |
| minDelay | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| The minimum delay allowed when decreasing delay time |
| maxDelay | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| The maximum delay allowed when increasing delay time |
| transitionTime | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| Transition time in milliseconds. Set to -1 for immediate image switch. |
| width | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| Width |
| height | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
| Height |
| forceId | false | false | java.lang.String | If true, this component will force the use of the specified id when rendering. |
| forceIdIndex | false | false | java.lang.String | If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.) |
| id | false | true | java.lang.String | Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view. |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value that indicates whether this component should be rendered. Default value: true. |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||