Customizing Edit Controls

Markus Hintzsche October 7, 2024

Hi there,

the edit controls of ConfiForms consists of an Edit Button and a delete Link. Is there a way to have both options beeing a link or both beeing a button for consistency?

 

Thanks in advance.

Markus

1 answer

1 accepted

2 votes
Answer accepted
Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 8, 2024

Hi @Markus Hintzsche 

As you are on a DC, then probably an approach with a custom CSS/Script will be a way to do that

<script>
  AJS.$(document).ready(function () {
    AJS.$('a[id^="i_confiform_delete_button_"]').addClass("aui-button button");
  });
</script>

Alex

Markus Hintzsche October 8, 2024

Very Cool, thank you very much @Alex Medved _ConfiForms_ 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events