Class Alfresco.component.TaskListToolbar
Extends Alfresco.component.Base
TaskListToolbar component.
Defined in: task-list-toolbar.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
TaskListToolbar constructor.
|
- Fields borrowed from class Alfresco.component.Base:
- modules, options, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
onReady()
Fired by YUI when parent element is available for scripting.
|
|
|
onStartWorkflowButtonClick(e, p_obj)
Start workflow button click handler
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.component.TaskListToolbar(htmlId)
TaskListToolbar constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.component.TaskListToolbar} The new TaskListToolbar instance
Method Detail
onReady()
Fired by YUI when parent element is available for scripting.
Component initialisation, including instantiation of YUI widgets and event listener binding.
Component initialisation, including instantiation of YUI widgets and event listener binding.
onStartWorkflowButtonClick(e, p_obj)
Start workflow button click handler
- Parameters:
- {object} e
- DomEvent
- {object} p_obj
- Object passed back from addListener method