Class Alfresco.DocumentPermissions
Extends Alfresco.component.Base
Document permissions component.
Defined in: document-permissions.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.DocumentPermissions(htmlId)
DocumentPermissions 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 |
|---|---|
|
Called when the "filesPermissionsUpdated" has been fired from the manage permissions dialog.
|
|
|
Called when the onManagePermissionsClick link has been lickced, will display the manage permissions dialog.
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.DocumentPermissions(htmlId)
DocumentPermissions constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.DocumentPermissions} The new DocumentPermissions instance
Field Detail
{object}
options
Object container for initialization options
Method Detail
doRefresh()
Called when the "filesPermissionsUpdated" has been fired from the manage permissions dialog.
Will refresh this component.
Will refresh this component.
onManagePermissionsClick()
Called when the onManagePermissionsClick link has been lickced, will display the manage permissions dialog.