cancel
Showing results for 
Search instead for 
Did you mean: 

Disable the Save button in activiti UI

Arun_nmc
Champ on-the-rise
Champ on-the-rise

Hi,

I am in need to  displaying the Save button in the form of the  activiti UI(which is in the activiti product) which displays Save and Requeue button dby default.

is there any configuration that i need to do in order to disable the Save button alone.

Kindly Suggest your thoughts please.

Thanks

Arun K

7 REPLIES 7

EddieMay
World-Class Innovator
World-Class Innovator

Hi @Arun_nmc,

Can I just clarify what you want to do? Do you want to hide or disable just the Save button on the Activit UI? Is this on all places that it might appear?

Thanks

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

Arun_nmc
Champ on-the-rise
Champ on-the-rise

Hi

Thanks for your reply. I just want to hide save button in the task form in the activiti ui.

Is there a way i can do this customisation in activiti UI.

thanks

Arun K

EddieMay
World-Class Innovator
World-Class Innovator

Hi @Arun_nmc,

You could disable the button using jQuery.  You might modify the code here to use an onload handler to disable the button.

Another way might be to look to using ADF to override the UI. 

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

Arun_nmc
Champ on-the-rise
Champ on-the-rise

Hi,

Thanks for your reply. is there a way  that the disable/hidden done via the Event in the activiti UI.image

Arun_nmc
Champ on-the-rise
Champ on-the-rise

Hi,

Could you pleasse help on suggesting on this pleasse.

Thanks

Arun K

I have the same problem. If you find an alternative, would you please share?

Thank you.

Jose

rbhojani
Champ in-the-making
Champ in-the-making

Try the below command in your formRender event. Hopefully this should work for you.

scope.model.saveButtonDisabled = true;