Class Alfresco.RejectInvite
Extends Alfresco.component.Base
RejectInvite component.
Defined in: reject-invite.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.RejectInvite(htmlId)
RejectInvite 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 |
|---|---|
|
onAcceptClick(e, p_obj)
Accept button click event handler
|
|
|
onDeclineClick(e, p_obj)
Decline button click event handler
|
|
|
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.RejectInvite(htmlId)
RejectInvite constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.RejectInvite} The new RejectInvite instance
Field Detail
{object}
options
Object container for initialization options
Method Detail
onAcceptClick(e, p_obj)
Accept button click event handler
- Parameters:
- {object} e
- DomEvent
- {object} p_obj
- Object passed back from addListener method
onDeclineClick(e, p_obj)
Decline button click event handler
- 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.