Custom Action Handler - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

In a very similar way to metadata renderers, new client-side actions are registered using the registerAction Bubbling event message.

YAHOO.Bubbling.fire("**registerAction**",
{   
  actionName: "onActionPreviewWebAsset",
  fn: functionWCMQS_onActionPreviewWebAsset(record)
  {      
  ...      
  }
});