Form Grid Edit button change image

Confluence User - 22 Dec, 2017

Problem: Change the Form Grid default edit button to a custom button with different layout or background image.

Please, guide me on this matter.


Thanks.

formgrid

2


26 Dec, 2017
confluenceUser
1
confluenceUser

Hi

Assuming you are using Joget Workflow Enterprise v5, to change the form grid Add icon, you can use this CSS script to change the background image. In this example, I have changed the green + icon to an orange 'up-arrow' icon.

 

<style>
.grid-action-add {
   margin-top: 3px;
   background: url(/jw/images/v3/property_editor/up.png) no-repeat;
}
</style>

 

Store the above script in a customHTML form element, and place this customHTML at the bottom of the form. Store yr new icon in "C:\Joget-v5-Enterprise\apache-tomcat-8.0.20\webapps\jw\images\v3\property_editor".

 

 

26 Dec, 2017
confluenceUser
confluenceUser

Thank you so much.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print