Hi everyone,
(Note that i'm using APS 1.9 and ADF 3.5)
We would like to create a "special" form where the outputs can appear dynamically in function of, for example :
I understand that, every possible outputs needs to be in the original form (in APS).
But is it possible to make dynamical the "output buttons" with simple lines in ADF (with css or else ?)
If so, can anyone help us on the way to do it ?
Thank you for helping !
You can apply your strategy here
https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/process-services/src/lib/fo...
Something like
outcomes: [ { id: 'myaction1', name: 'My Action 1' }, { id: 'myaction2', name: 'My Action 2' } ]
And as part of the
https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/form/components/form-b...
if (outcome.id === 'myaction1') { // your code }
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.