I am trying to use Confluence css class (aui-button aui-button-primary) for a Confiforms Action button.
I can enter the css in the css field when setting up the action button but once created button does not seem to trigger the action (Basically increase another field by 1 when clicked).
Action button Name: ActButton
Action to perform: TempNumber=([entry.TempNumber]+1)
css styles: class:aui-button aui-button-primary
The button (with the style) appears in the TableView as required - but it does not trigger an action. If I remove the css styles the button works nicely. I am wondering why it would work if I do not have the css style, but stops working once the css style is there. Any ideas?
Hi
This seems to be conflicting with the default styles the button should have in order to function
Consider changing your CSS parameter to be
class:aui-button aui-button-primary confiforms-action-button
We will make sure this does not get in conflict in the future update to the app (and the needed CSS class gets added in anyway)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.