Class Alfresco.Transitions
Extends Alfresco.component.Base
Transitions form component.
Defined in: transitions.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.Transitions(htmlId)
Transitions constructor.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Object container for initialization options
|
- Fields borrowed from class Alfresco.component.Base:
- modules, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
onClick(e, p_obj)
Event handler called when a transition button is clicked.
|
|
|
onReady()
Fired by YUI when parent element is available for scripting.
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.Transitions(htmlId)
Transitions constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.Transitions} The new Transitions instance
Field Detail
{object}
options
Object container for initialization options
Method Detail
onClick(e, p_obj)
Event handler called when a transition button is clicked.
- Parameters:
- {object} e
- DomEvent
- {object} p_obj
- Object passed back from addListener method
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.