Class Alfresco.FolderPermissions
Extends Alfresco.component.Base
Folder permissions component.
Defined in: folder-permissions.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.FolderPermissions(htmlId)
FolderPermissions 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 clicked, 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.FolderPermissions(htmlId)
FolderPermissions constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.FolderPermissions} The new FolderPermissions 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 clicked, will display the manage permissions dialog.