Class Alfresco.DocumentMetadata
Extends Alfresco.component.Base
DocumentMetadata
Defined in: document-metadata.js
Constructor Attributes | Constructor Name and Description |
---|---|
Alfresco.DocumentMetadata(htmlId)
DocumentMetadata 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 |
---|---|
onFormLoaded(response)
Called when a workflow form has been loaded.
|
|
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.DocumentMetadata(htmlId)
DocumentMetadata constructor.
- Parameters:
- {String} htmlId
- The HTML id of the parent element
- Returns:
- {Alfresco.DocumentMetadata} The new DocumentMetadata instance
Field Detail
{object}
options
Object container for initialization options
Method Detail
onFormLoaded(response)
Called when a workflow form has been loaded.
Will insert the form in the Dom.
Will insert the form in the Dom.
- Parameters:
- {Object} response
onReady()
Fired by YUI when parent element is available for scripting.
Template initialisation, including instantiation of YUI widgets and event listener binding.
Template initialisation, including instantiation of YUI widgets and event listener binding.