AjaxAutoInvoker
A component that automatically and continually invokes other ajax components. Users can specify the invocation interval in milliseconds.
See also: Live Demo
Parameters
| Name | Type | Direction | Required | Default | Description |
|---|---|---|---|---|---|
| target | AjaxSubmitInvocation | in | yes | The component that gets invoked. Must implement AjaxSubmitInvocation, i.e. one of AjaxEventSubmit, AjaxImageSubmit, AjaxLinkSubmit, AjaxSubmit. | |
| intervalMilliseconds | String | in | yes | Invocation interval in milliseconds. |
Body: discarded
Informal parameters: not allowed
Reserved parameters: none

