Class Alfresco.FolderActions
Extends Alfresco.component.Base
Folder actions component.
Defined in: folder-actions.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Alfresco.FolderActions(htmlId)
FolderActions constructor.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Path of asset being viewed - used to scope some actions (e.g. copy to, move to)
|
|
|
Metadata returned by doclist data webscript
|
|
|
Object container for initialization options
|
|
|
The data for the folder
|
- Fields borrowed from class Alfresco.component.Base:
- modules, services, widgets
| Method Attributes | Method Name and Description |
|---|---|
|
Refresh component in response to filesPermissionsUpdated event
|
|
|
onReady()
Event handler called when "onReady"
|
- Methods borrowed from class Alfresco.component.Base:
- attachLinkClickListeners, bind, createYUIButtons, destroy, fire, invokeAction, msg, onComponentLoaded, onComponentsLoaded, onReadyWrapper, refresh, setMessages, setOptions
Constructor Detail
Alfresco.FolderActions(htmlId)
FolderActions constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.FolderActions} The new FolderActions instance
Field Detail
{string}
currentPath
Path of asset being viewed - used to scope some actions (e.g. copy to, move to)
{object}
doclistMetadata
Metadata returned by doclist data webscript
- Default Value:
- null
{object}
options
Object container for initialization options
{object}
recordData
The data for the folder
Method Detail
doRefresh()
Refresh component in response to filesPermissionsUpdated event
onReady()
Event handler called when "onReady"