Skip to main content
Participant
July 6, 2022
Question

Buttons for Dynamic Conditional Filter

  • July 6, 2022
  • 1 reply
  • 92 views

Hello,

I wanted to put 'topic page buttons' (Frameless Studio Skin) at the top of my project output to toggle my condition tags. The filter > condtion tag works perfectly but I'm basically looking for a way to have an obvious button without clicking the filter button.

I can add buttons but I wanted to see if there was a built-in OnClick event or something for this.

This topic has been closed for replies.

1 reply

Community Expert
July 7, 2022

I don't think there's any in-built way to change the way the filters are displayed (apart from colour, font, etc in the skin). I think you would need to develop your own javascript (hooking in to the existing scripting) to implement your own buttons, or make significant changes to the display of the current filter layout. I don't think the inbuilt scripting is documented so you'd need to inspect the code to figure it all out yourself.

Participant
July 13, 2022

Thanks for the info! I pretty much figured I would need to do custom javascript to get it to work. Thanks again.