Skip to main content
Nintex Community Menu Bar

change button dimensions

  • October 23, 2019
  • 3 replies
  • 56 views

Forum|alt.badge.img+8

Is it possible to change the dimentions of a button?

i would like to have circle buttons, and also vertical buttons

3 replies

  • October 23, 2019

I think it's impossible to do it using the built-in button in view/forms.

 

The only workaround that i can think of is that you can use data label using html expression of your own custom button.

and check the literal mark on the data label



Forum|alt.badge.img+8
  • Author
  • Rookie
  • October 23, 2019

i ended up using javascript

<script type="text/javascript">$(document).ready(function() {$("[title='Circle Button']").css('background','#bbb').css('border-radius','50%');})</script>

 

cheers


Forum|alt.badge.img+9
  • October 23, 2019

Hi,


 


You should also be able to use an image and a Picture Control, i believe it would also have a "click" function.


This way you can create your 'button' in an image editor, or download from and external source and use it within a Picture Control


 


-Jean