02-26-2010 07:07 AM
02-26-2010 08:45 AM
02-26-2010 09:37 AM
03-02-2010 12:09 PM
03-02-2010 12:32 PM
/**
* Assign workflow.
*
* @method onActionAssignWorkflow
* @param asset {object} Object literal representing the file or folder to be actioned
*/
onActionAssignWorkflow: function dlA_onActionAssignWorkflow(asset)
{
if (!this.modules.assignWorkflow)
{
this.modules.assignWorkflow = new Alfresco.module.DoclibWorkflow(this.id + "-workflow");
}
this.modules.assignWorkflow.setOptions(
{
siteId: this.options.siteId,
containerId: this.options.containerId,
path: this.currentPath,
files: asset
}).showDialog();
},
03-04-2010 06:19 AM
03-04-2010 06:26 AM
03-07-2010 01:40 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.