Class Alfresco.component.WorkflowListToolbar
Extends Alfresco.component.Base
WorkflowListToolbar component.
Defined in: workflow-list-toolbar.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
WorkflowListToolbar 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.WorkflowListToolbar(htmlId)
WorkflowListToolbar constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.component.WorkflowListToolbar} The new WorkflowListToolbar 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