| |||||||
FRAMES NO FRAMES |
The interactor group allows you to combine serveral interactors into the view component.
<jv:interactorGroup
id="interactorGroupID"
interactors="selectInteractor highlightInteractor" />
Tag Information | |
Tag Class | ilog.views.faces.dhtml.taglib.IlvInteractorGroupTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Interactor group |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | The id of this component |
cursor | false | false | java.lang.String | The cursor displayed by the view when this interactor is set. The available cursors are those available in the browser. |
interactors | true | true | java.lang.String | The interactor IDs will be grouped by this interactor group, the interactor IDs should be separated by blank space. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |