Alfresco Share 5, using “authority.ftl” form control

Last week I was designing an Alfresco Content Model including a property to gather a set of Alfresco users to be sent to an external service. I remembered about authority.ftl form control, which is a picker that could fit fine with my requirements. I searched about the control at official documentation… … and also inContinue reading “Alfresco Share 5, using “authority.ftl” form control”

Alfresco Share actions: adding a waiting dialog while performing action in repo

When developing new Alfresco actions in Share part, there are two out-of-the-box JavaScript YUI functions to interact with the user: onActionSimpleRepoAction, which invokes a repo action and shows a success or failure message when this action has finished onActionFormDialog, which shows a form to the user to recover data fields and shows a success or failureContinue reading “Alfresco Share actions: adding a waiting dialog while performing action in repo”