Class Alfresco.CollaborationTitle
Extends Alfresco.component.Base
CollaborationTitle component
The title component of a collaboration site
The title component of a collaboration site
Defined in: collaboration-title.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.CollaborationTitle(htmlId)
CollaborationTitle 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 |
|---|---|
|
joinSite()
Called when the user clicks on the join site button
|
|
|
Called when the user clicks on the leave site button
|
|
|
onReady()
Fired by YUI when parent element is available for scripting.
|
|
|
Called when the user clicks on the request-to-join site button
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.CollaborationTitle(htmlId)
CollaborationTitle constructor.
- Parameters:
- {string} htmlId
- A unique id for this component
- Returns:
- {Alfresco.CollaborationTitle} The new DocumentList instance
Field Detail
{object}
options
Object container for initialization options
Method Detail
joinSite()
Called when the user clicks on the join site button
leaveSite()
Called when the user clicks on the leave site button
onReady()
Fired by YUI when parent element is available for scripting.
Initial History Manager event registration
Initial History Manager event registration
requestJoinSite()
Called when the user clicks on the request-to-join site button